Skip to content

Commit f460510

Browse files
Thalleykartben
authored andcommitted
Bluetooth: Audio: Spring cleanup for audio header files
Add missing and remove unused includes. Fix spelling mistakes. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
1 parent 18d30e3 commit f460510

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

include/zephyr/bluetooth/audio/bap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ extern "C" {
5656
/**
5757
* @brief Check if a BAP BASS BIS_Sync bitfield is valid
5858
*
59-
* Valid options are eiter a bitmask of valid BIS indices, including none (0x00000000)
59+
* Valid options are either a bitmask of valid BIS indices, including none (0x00000000)
6060
* or @ref BT_BAP_BIS_SYNC_NO_PREF (0xFFFFFFFF).
6161
*
6262
* @param _bis_bitfield BIS_Sync bitfield (uint32)

include/zephyr/bluetooth/audio/gmap_lc3_preset.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
*/
2727

2828
#include <zephyr/bluetooth/audio/audio.h>
29+
#include <zephyr/bluetooth/audio/bap.h>
2930
#include <zephyr/bluetooth/audio/bap_lc3_preset.h>
3031
#include <zephyr/bluetooth/audio/lc3.h>
3132

include/zephyr/bluetooth/audio/pbp.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
* The Public Broadcast Profile (PBP) is used for public broadcasts by providing additional
2727
* information in the advertising data.
2828
*/
29+
#include <stddef.h>
30+
#include <stdint.h>
2931

3032
#include <zephyr/bluetooth/audio/audio.h>
3133
#include <zephyr/bluetooth/bluetooth.h>

0 commit comments

Comments
 (0)