Searched refs:synced (Results 1 – 25 of 33) sorted by relevance
12
/Zephyr-Core-3.5.0/samples/bluetooth/periodic_adv_conn/ |
D | README.rst | 12 How the initiator decides the address of the synced device to connect to 13 is application specific. This sample will connect to any synced device 15 wait for disconnect before connecting to another synced device.
|
/Zephyr-Core-3.5.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> 48 uart:~$ bap_scan_delegator synced 0 1 3 0
|
D | bap.rst | 155 PA synced to broadcast with broadcast ID 0xEF6716
|
/Zephyr-Core-3.5.0/samples/bluetooth/periodic_sync_conn/ |
D | README.rst | 30 once synced.
|
/Zephyr-Core-3.5.0/samples/bluetooth/peripheral_past/src/ |
D | main.c | 70 .synced = sync_cb,
|
/Zephyr-Core-3.5.0/samples/bluetooth/iso_broadcast_benchmark/ |
D | README.rst | 58 (since the BIG was synced) and latest 1000 received packets:: 72 [00:00:06.453,979] <inf> iso_broadcast_receiver: Periodic advertisement synced
|
/Zephyr-Core-3.5.0/samples/bluetooth/periodic_sync_conn/src/ |
D | main.c | 108 .synced = sync_cb,
|
/Zephyr-Core-3.5.0/samples/bluetooth/periodic_sync_rsp/src/ |
D | main.c | 120 .synced = sync_cb,
|
/Zephyr-Core-3.5.0/samples/bluetooth/periodic_sync/src/ |
D | main.c | 153 .synced = sync_cb,
|
/Zephyr-Core-3.5.0/samples/bluetooth/central_past/src/ |
D | main.c | 226 .synced = sync_cb,
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/adv/periodic/src/ |
D | per_adv_syncer.c | 166 .synced = sync_cb,
|
/Zephyr-Core-3.5.0/samples/bluetooth/tmap_bmr/src/ |
D | bap_broadcast_sink.c | 46 .synced = broadcast_pa_synced,
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/ |
D | bap_scan_delegator.c | 378 .synced = pa_synced_cb, 843 SHELL_CMD_ARG(synced, NULL,
|
/Zephyr-Core-3.5.0/samples/bluetooth/direction_finding_connectionless_rx/src/ |
D | main.c | 71 .synced = sync_cb,
|
/Zephyr-Core-3.5.0/samples/bluetooth/iso_receive/src/ |
D | main.c | 205 .synced = sync_cb,
|
/Zephyr-Core-3.5.0/samples/bluetooth/iso_broadcast_benchmark/src/ |
D | receiver.c | 161 .synced = sync_cb,
|
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | scan.c | 1073 if (listener->synced) { in bt_hci_le_per_adv_sync_established_common() 1074 listener->synced(pending_per_adv_sync, &sync_info); in bt_hci_le_per_adv_sync_established_common() 1258 if (listener->synced) { in bt_hci_le_past_received_common() 1259 listener->synced(per_adv_sync, &sync_info); in bt_hci_le_past_received_common()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/ |
D | bap_broadcast_assistant_test.c | 286 .synced = sync_cb,
|
D | bap_broadcast_sink_test.c | 180 .synced = bap_pa_sync_synced_cb,
|
D | cap_acceptor_test.c | 274 .synced = bap_pa_sync_synced_cb,
|
D | bap_scan_delegator_test.c | 397 .synced = pa_synced_cb,
|
/Zephyr-Core-3.5.0/samples/bluetooth/broadcast_audio_sink/src/ |
D | main.c | 457 .synced = bap_pa_sync_synced_cb,
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/ |
D | bluetooth.h | 1478 void (*synced)(struct bt_le_per_adv_sync *sync, member
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/bis/src/ |
D | main.c | 680 .synced = pa_sync_cb,
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | bap_scan_delegator.c | 406 .synced = pa_synced,
|
12