Home
last modified time | relevance | path

Searched refs:is_sync (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_scan.h42 uint8_t is_sync:1; member
Dull_sync.c189 scan->lll.is_sync = 1U; in ll_sync_create()
195 scan_coded->lll.is_sync = 1U; in ll_sync_create()
1177 scan->lll.is_sync = 0U; in ull_sync_setup_reset()
1186 scan->lll.is_sync = 0U; in ull_sync_setup_reset()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c596 static bool volatile is_sync; variable
610 is_sync = true; in pa_sync_cb()
794 is_sync = false; in test_iso_recv_main()
810 while (!is_sync) { in test_iso_recv_main()
1075 is_sync = false; in test_iso_recv_vs_dp_main()
1093 while (!is_sync) { in test_iso_recv_vs_dp_main()
/Zephyr-latest/tests/bsim/bluetooth/ll/advx/src/
Dmain.c1238 static bool volatile is_sync; variable
1257 is_sync = true; in per_adv_sync_sync_cb()
1564 is_sync = false; in test_scanx_main()
1584 while (!is_sync) { in test_scanx_main()
1612 is_sync = false; in test_scanx_main()
1635 while (!is_sync) { in test_scanx_main()
1750 is_sync = false; in test_scanx_main()
1772 while (!is_sync) { in test_scanx_main()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_scan.c747 } else if (allow || lll->is_sync) {
Dlll_scan_aux.c856 } else if (allow || lll->is_sync) { in isr_rx()