Home
last modified time | relevance | path

Searched refs:BT_BAP_PA_INTERVAL_UNKNOWN (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcommon.c231 if (pa_interval == BT_BAP_PA_INTERVAL_UNKNOWN) { in interval_to_sync_timeout()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_broadcast_assistant.c426 param.pa_interval = BT_BAP_PA_INTERVAL_UNKNOWN; in cmd_bap_broadcast_assistant_add_src()
802 param.pa_interval = BT_BAP_PA_INTERVAL_UNKNOWN; in cmd_bap_broadcast_assistant_mod_src()
823 param.pa_interval = BT_BAP_PA_INTERVAL_UNKNOWN; in cmd_bap_broadcast_assistant_mod_src()
Dcap_commander.c618 member_param->pa_interval = BT_BAP_PA_INTERVAL_UNKNOWN; in cmd_cap_commander_broadcast_reception_start()
Dbap_scan_delegator.c150 if (pa_interval == BT_BAP_PA_INTERVAL_UNKNOWN) { in interval_to_sync_timeout()
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/src/
Dmain.c259 if (pa_interval == BT_BAP_PA_INTERVAL_UNKNOWN) { in interval_to_sync_timeout()
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_broadcast.c290 if (pa_interval == BT_BAP_PA_INTERVAL_UNKNOWN) { in interval_to_sync_timeout()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dbap.h362 #define BT_BAP_PA_INTERVAL_UNKNOWN 0xFFFF macro
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_broadcast_assistant.c1313 CHECKIF(!(param->pa_interval != BT_BAP_PA_INTERVAL_UNKNOWN) && in valid_add_src_param()
1451 CHECKIF(!(param->pa_interval != BT_BAP_PA_INTERVAL_UNKNOWN) && in valid_add_mod_param()
Dcap_commander.c411 mod_src_param->pa_interval = BT_BAP_PA_INTERVAL_UNKNOWN; in copy_broadcast_reception_stop_param()
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dmain.c858 if (pa_interval == BT_BAP_PA_INTERVAL_UNKNOWN) { in interval_to_sync_timeout()