Home
last modified time | relevance | path

Searched refs:VALID_BIS_SYNC (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dbap_broadcast_assistant.c442 if (!VALID_BIS_SYNC(bis_sync)) { in cmd_bap_broadcast_assistant_add_src()
670 } else if (!VALID_BIS_SYNC(bis_sync)) { in cmd_bap_broadcast_assistant_add_broadcast_id()
738 } else if (!VALID_BIS_SYNC(bis_sync)) { in cmd_bap_broadcast_assistant_add_broadcast_name()
839 if (!VALID_BIS_SYNC(bis_sync)) { in cmd_bap_broadcast_assistant_mod_src()
Dcap_commander.c608 if (!VALID_BIS_SYNC(bis_sync)) { in cmd_cap_commander_broadcast_reception_start()
Daudio.h41 #define VALID_BIS_SYNC(_bis_sync) ((bis_sync & BIT(0)) == 0U && bis_sync < UINT32_MAX) macro