Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/samples/bluetooth/periodic_sync/src/
Dmain.c21 static uint8_t per_sid; variable
119 per_sid = info->sid; in scan_recv()
252 sync_create_param.sid = per_sid; in main()
/Zephyr-latest/samples/bluetooth/central_past/src/
Dmain.c21 static uint8_t per_sid; variable
129 per_sid = info->sid; in scan_recv()
314 sync_create_param.sid = per_sid; in main()
/Zephyr-latest/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-latest/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c40 static uint8_t per_sid; variable
259 per_sid = info->sid; in scan_recv()
274 sync_create_param.sid = per_sid; in create_sync()
/Zephyr-latest/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-latest/samples/bluetooth/iso_receive/src/
Dmain.c30 static uint8_t per_sid; variable
120 per_sid = info->sid; in scan_recv()
379 sync_create_param.sid = per_sid; in main()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_past.c329 static uint8_t per_sid; variable
357 per_sid = info->sid; in scan_recv()
504 printk("Periodic Advertising found (SID: %u)\n", per_sid); in test_past_send_main()
510 sync_create_param.sid = per_sid; in test_past_send_main()
Dtest_bis.c711 static uint8_t per_sid; variable
739 per_sid = info->sid; in scan_recv()
791 printk("Periodic Advertising found (SID: %u)\n", per_sid); in test_iso_recv_main()
798 sync_create_param.sid = per_sid; in test_iso_recv_main()
1072 printk("Periodic Advertising found (SID: %u)\n", per_sid); in test_iso_recv_vs_dp_main()
1080 sync_create_param.sid = per_sid; in test_iso_recv_vs_dp_main()
/Zephyr-latest/tests/bsim/bluetooth/ll/advx/src/
Dmain.c1169 static uint8_t per_sid; variable
1212 per_sid = info->sid; in scan_recv()
1215 if ((per_sid == info->sid) && in scan_recv()
1567 sync_create_param.sid = per_sid; in test_scanx_main()
1618 sync_create_param.sid = per_sid; in test_scanx_main()
1743 err = bt_le_per_adv_list_add(&peer_id_addr, per_sid); in test_scanx_main()
1755 sync_create_param.sid = per_sid; in test_scanx_main()