Home
last modified time | relevance | path

Searched refs:sync_cb (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/samples/bluetooth/peripheral_past/src/
Dmain.c18 static void sync_cb(struct bt_le_per_adv_sync *sync, in sync_cb() function
70 .synced = sync_cb,
/Zephyr-latest/samples/bluetooth/periodic_sync_conn/src/
Dmain.c25 static void sync_cb(struct bt_le_per_adv_sync *sync, struct bt_le_per_adv_sync_synced_info *info) in sync_cb() function
109 .synced = sync_cb,
/Zephyr-latest/drivers/clock_control/
Dclock_control_nrf2_common.c208 static void sync_cb(struct onoff_manager *mgr, struct onoff_client *cli, uint32_t state, int res) in sync_cb() function
229 sys_notify_init_callback(&req.cli.notify, sync_cb); in nrf_clock_control_request_sync()
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c57 static void sync_cb(struct bt_le_per_adv_sync *sync,
71 .synced = sync_cb,
158 static void sync_cb(struct bt_le_per_adv_sync *sync, in sync_cb() function
/Zephyr-latest/samples/bluetooth/periodic_sync_rsp/src/
Dmain.c28 static void sync_cb(struct bt_le_per_adv_sync *sync, struct bt_le_per_adv_sync_synced_info *info) in sync_cb() function
123 .synced = sync_cb,
/Zephyr-latest/samples/bluetooth/periodic_sync/src/
Dmain.c130 static void sync_cb(struct bt_le_per_adv_sync *sync, in sync_cb() function
175 .synced = sync_cb,
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_past.c282 static struct bt_le_per_adv_sync_cb sync_cb = { variable
489 bt_le_per_adv_sync_cb_register(&sync_cb); in test_past_send_main()
604 bt_le_per_adv_sync_cb_register(&sync_cb); in test_past_recv_main()
683 bt_le_per_adv_sync_cb_register(&sync_cb); in test_past_recv_main_default_param()
Dtest_bis.c685 static struct bt_le_per_adv_sync_cb sync_cb = { variable
776 bt_le_per_adv_sync_cb_register(&sync_cb); in test_iso_recv_main()
1048 bt_le_per_adv_sync_cb_register(&sync_cb); in test_iso_recv_vs_dp_main()
/Zephyr-latest/samples/bluetooth/central_past/src/
Dmain.c203 static void sync_cb(struct bt_le_per_adv_sync *sync, in sync_cb() function
246 .synced = sync_cb,
/Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/src/
Dper_adv_sync.c110 static void sync_cb(struct bt_le_per_adv_sync *sync, in sync_cb() function
166 .synced = sync_cb,
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c120 static void sync_cb(struct bt_le_per_adv_sync *sync, in sync_cb() function
161 .synced = sync_cb,
/Zephyr-latest/samples/bluetooth/iso_receive/src/
Dmain.c132 static void sync_cb(struct bt_le_per_adv_sync *sync, in sync_cb() function
204 .synced = sync_cb,
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_broadcast_assistant_test.c294 static void sync_cb(struct bt_le_per_adv_sync *sync, in sync_cb() function
323 .synced = sync_cb,
/Zephyr-latest/tests/bsim/bluetooth/ll/advx/src/
Dmain.c1295 static struct bt_le_per_adv_sync_cb sync_cb = { variable
1329 bt_le_per_adv_sync_cb_register(&sync_cb); in test_scanx_main()