Home
last modified time | relevance | path

Searched refs:scan_other (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_central.c598 struct ll_scan_set *scan_other; in ull_central_reset() local
600 scan_other = in ull_central_reset()
602 if (scan_other) { in ull_central_reset()
608 scan = scan_other; in ull_central_reset()
848 struct ll_scan_set *scan_other = local
850 if (scan_other) {
851 if (scan_other == scan) {
852 scan_other = ull_scan_is_enabled_get(SCAN_HANDLE_1M);
855 if (scan_other) {
857 ull_scan_handle_get(scan_other);
[all …]
Dull_scan.c741 struct ll_scan_set *scan_other; local
744 scan_other = ull_scan_set_get(SCAN_HANDLE_PHY_CODED);
746 scan_other = ull_scan_set_get(SCAN_HANDLE_1M);
748 scan_other->lll.duration_reload = 0U;
Dull.c1248 struct ll_scan_set *scan_other = in ll_rx_dequeue() local
1251 if (scan_other) { in ll_rx_dequeue()
1252 if (scan_other == scan) { in ll_rx_dequeue()
1253 scan_other = ull_scan_is_enabled_get(SCAN_HANDLE_1M); in ll_rx_dequeue()
1256 if (scan_other) { in ll_rx_dequeue()
1257 scan_other->lll.conn = NULL; in ll_rx_dequeue()
1258 scan_other->is_enabled = 0U; in ll_rx_dequeue()