Searched refs:pa_synced (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/audio/src/ |
D | bap_broadcast_sink_test.c | 21 CREATE_FLAG(pa_synced); 74 SET_FLAG(pa_synced); in pa_synced_cb() 142 .pa_synced = pa_synced_cb, 209 UNSET_FLAG(pa_synced); in init() 232 WAIT_FOR_FLAG(pa_synced); in test_scan_and_pa_sync()
|
D | cap_acceptor_test.c | 183 .pa_synced = pa_synced_cb,
|
/Zephyr-Core-3.4.0/doc/connectivity/bluetooth/api/shell/ |
D | bap_scan_delegator.rst | 26 synced :Set server scan state <src_id> <pa_synced> <bis_syncs> <enc_state>
|
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/ |
D | bap_broadcast_sink.c | 501 static void pa_synced(struct bt_le_per_adv_sync *sync, in pa_synced() function 544 if (listener->pa_synced != NULL) { in pa_synced() 545 listener->pa_synced(sink, sink->pa_sync, sink->broadcast_id); in pa_synced() 1289 if (listener->pa_synced != NULL) { in bt_bap_broadcast_sink_create() 1290 listener->pa_synced(sink, sink->pa_sync, in bt_bap_broadcast_sink_create() 1532 .synced = pa_synced, in broadcast_sink_init()
|
D | bap_scan_delegator.c | 366 static void pa_synced(struct bt_le_per_adv_sync *sync, in pa_synced() function 407 .synced = pa_synced,
|
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/audio/ |
D | bap.h | 1580 void (*pa_synced)(struct bt_bap_broadcast_sink *sink, struct bt_le_per_adv_sync *sync, member
|
/Zephyr-Core-3.4.0/samples/bluetooth/broadcast_audio_sink/src/ |
D | main.c | 202 .pa_synced = pa_synced_cb,
|
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/shell/ |
D | bap.c | 1521 static void pa_synced(struct bt_bap_broadcast_sink *sink, in pa_synced() function 1631 .pa_synced = pa_synced,
|