Home
last modified time | relevance | path

Searched refs:pa_synced (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.4.0/tests/bsim/bluetooth/audio/src/
Dbap_broadcast_sink_test.c21 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()
Dcap_acceptor_test.c183 .pa_synced = pa_synced_cb,
/Zephyr-Core-3.4.0/doc/connectivity/bluetooth/api/shell/
Dbap_scan_delegator.rst26 synced :Set server scan state <src_id> <pa_synced> <bis_syncs> <enc_state>
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/
Dbap_broadcast_sink.c501 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()
Dbap_scan_delegator.c366 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/
Dbap.h1580 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/
Dmain.c202 .pa_synced = pa_synced_cb,
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/shell/
Dbap.c1521 static void pa_synced(struct bt_bap_broadcast_sink *sink, in pa_synced() function
1631 .pa_synced = pa_synced,