File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
include/zephyr/bluetooth/audio Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ extern "C" {
56
56
/**
57
57
* @brief Check if a BAP BASS BIS_Sync bitfield is valid
58
58
*
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)
60
60
* or @ref BT_BAP_BIS_SYNC_NO_PREF (0xFFFFFFFF).
61
61
*
62
62
* @param _bis_bitfield BIS_Sync bitfield (uint32)
Original file line number Diff line number Diff line change 26
26
*/
27
27
28
28
#include <zephyr/bluetooth/audio/audio.h>
29
+ #include <zephyr/bluetooth/audio/bap.h>
29
30
#include <zephyr/bluetooth/audio/bap_lc3_preset.h>
30
31
#include <zephyr/bluetooth/audio/lc3.h>
31
32
Original file line number Diff line number Diff line change 26
26
* The Public Broadcast Profile (PBP) is used for public broadcasts by providing additional
27
27
* information in the advertising data.
28
28
*/
29
+ #include <stddef.h>
30
+ #include <stdint.h>
29
31
30
32
#include <zephyr/bluetooth/audio/audio.h>
31
33
#include <zephyr/bluetooth/bluetooth.h>
You can’t perform that action at this time.
0 commit comments