Home
last modified time | relevance | path

Searched refs:per_sid (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.7.0/samples/bluetooth/periodic_sync_conn/src/
Dmain.c23 static uint8_t per_sid; variable
172 per_sid = info->sid; in scan_recv()
219 sync_create_param.sid = per_sid; in main()
/Zephyr-Core-3.7.0/samples/bluetooth/periodic_sync/src/
Dmain.c18 static uint8_t per_sid; variable
103 per_sid = info->sid; in scan_recv()
236 sync_create_param.sid = per_sid; in main()
/Zephyr-Core-3.7.0/samples/bluetooth/central_past/src/
Dmain.c18 static uint8_t per_sid; variable
112 per_sid = info->sid; in scan_recv()
297 sync_create_param.sid = per_sid; in main()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/adv/periodic/src/
Dper_adv_sync.c24 static uint8_t per_sid; variable
99 per_sid = info->sid; in scan_recv()
212 sync_create_param.sid = per_sid; in create_pa_sync()
/Zephyr-Core-3.7.0/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c40 static uint8_t per_sid; variable
249 per_sid = info->sid; in scan_recv()
264 sync_create_param.sid = per_sid; in create_sync()
/Zephyr-Core-3.7.0/samples/bluetooth/iso_receive/src/
Dmain.c30 static uint8_t per_sid; variable
121 per_sid = info->sid; in scan_recv()
380 sync_create_param.sid = per_sid; in main()
/Zephyr-Core-3.7.0/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c33 static uint8_t per_sid; variable
109 per_sid = info->sid; in scan_recv()
310 sync_create_param.sid = per_sid; in create_pa_sync()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/ll/bis/src/
Dmain.c715 static uint8_t per_sid; variable
743 per_sid = info->sid; in scan_recv()
795 printk("Periodic Advertising found (SID: %u)\n", per_sid); in test_iso_recv_main()
802 sync_create_param.sid = per_sid; in test_iso_recv_main()
1077 printk("Periodic Advertising found (SID: %u)\n", per_sid); in test_iso_recv_vs_dp_main()
1085 sync_create_param.sid = per_sid; in test_iso_recv_vs_dp_main()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/ll/advx/src/
Dmain.c1168 static uint8_t per_sid; variable
1211 per_sid = info->sid; in scan_recv()
1214 if ((per_sid == info->sid) && in scan_recv()
1566 sync_create_param.sid = per_sid; in test_scanx_main()
1617 sync_create_param.sid = per_sid; in test_scanx_main()
1742 err = bt_le_per_adv_list_add(&peer_id_addr, per_sid); in test_scanx_main()
1754 sync_create_param.sid = per_sid; in test_scanx_main()