Searched refs:synced (Results 1 – 25 of 41) sorted by relevance
12
/Zephyr-latest/samples/bluetooth/periodic_adv_conn/ |
D | README.rst | 13 How the initiator decides the address of the synced device to connect to 14 is application specific. This sample will connect to any synced device 16 wait for disconnect before connecting to another synced device.
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | bap_scan_delegator.rst | 37 synced : Set server scan state <src_id> <bis_syncs> 72 PA 0x2003e9b0 synced 83 uart:~$ bap_scan_delegator synced 0 1 3 0
|
/Zephyr-latest/samples/bluetooth/periodic_sync_conn/ |
D | README.rst | 31 once synced.
|
/Zephyr-latest/samples/bluetooth/peripheral_past/src/ |
D | main.c | 70 .synced = sync_cb,
|
/Zephyr-latest/tests/bsim/bluetooth/host/scan/start_stop/src/ |
D | main.c | 48 .synced = bt_sync_established_cb,
|
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/ |
D | README.rst | 59 (since the BIG was synced) and latest 1000 received packets:: 73 [00:00:06.453,979] <inf> iso_broadcast_receiver: Periodic advertisement synced
|
/Zephyr-latest/samples/bluetooth/periodic_sync_conn/src/ |
D | main.c | 109 .synced = sync_cb,
|
/Zephyr-latest/samples/bluetooth/periodic_sync_rsp/src/ |
D | main.c | 123 .synced = sync_cb,
|
/Zephyr-latest/samples/bluetooth/periodic_sync/src/ |
D | main.c | 175 .synced = sync_cb,
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/ |
D | bis_receiver.c | 147 .synced = pa_synced_cb, in init()
|
/Zephyr-latest/samples/bluetooth/central_past/src/ |
D | main.c | 246 .synced = sync_cb,
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/src/ |
D | per_adv_sync.c | 166 .synced = sync_cb,
|
/Zephyr-latest/samples/bluetooth/tmap_bmr/src/ |
D | bap_broadcast_sink.c | 58 .synced = broadcast_pa_synced,
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | pbp_public_broadcast_sink_test.c | 165 .synced = broadcast_pa_synced,
|
D | bap_broadcast_assistant_test.c | 323 .synced = sync_cb,
|
/Zephyr-latest/samples/bluetooth/pbp_public_broadcast_sink/src/ |
D | main.c | 68 .synced = broadcast_pa_synced,
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/ |
D | main.c | 71 .synced = sync_cb,
|
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/ |
D | receiver.c | 161 .synced = sync_cb,
|
/Zephyr-latest/samples/bluetooth/iso_receive/src/ |
D | main.c | 204 .synced = sync_cb,
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | bap_scan_delegator.c | 431 .synced = pa_synced_cb, 1035 SHELL_CMD_ARG(synced, NULL,
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | scan.c | 1294 if (listener->synced) { in bt_hci_le_per_adv_sync_established_common() 1295 listener->synced(pending_per_adv_sync, &sync_info); in bt_hci_le_per_adv_sync_established_common() 1507 if (listener->synced) { in bt_hci_le_past_received_common() 1508 listener->synced(per_adv_sync, &sync_info); in bt_hci_le_past_received_common()
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/src/ |
D | main.c | 539 .synced = pa_sync_synced_cb,
|
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/ |
D | test_past.c | 283 .synced = pa_sync_cb,
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/ |
D | cap_acceptor_broadcast.c | 729 .synced = bap_pa_sync_synced_cb, in init_cap_acceptor_broadcast()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | bluetooth.h | 1662 void (*synced)(struct bt_le_per_adv_sync *sync, member
|
12