Searched refs:interleave_scan_state (Results 1 – 2 of 2) sorted by relevance
587 return hdev->interleave_scan_state != INTERLEAVE_SCAN_NONE; in is_interleave_scanning()598 if (hdev->interleave_scan_state == INTERLEAVE_SCAN_ALLOWLIST) { in interleave_scan_work()600 } else if (hdev->interleave_scan_state == INTERLEAVE_SCAN_NO_FILTER) { in interleave_scan_work()611 switch (hdev->interleave_scan_state) { in interleave_scan_work()614 hdev->interleave_scan_state = INTERLEAVE_SCAN_NO_FILTER; in interleave_scan_work()618 hdev->interleave_scan_state = INTERLEAVE_SCAN_ALLOWLIST; in interleave_scan_work()2358 hdev->interleave_scan_state = INTERLEAVE_SCAN_NO_FILTER; in hci_start_interleave_scan()2369 hdev->interleave_scan_state = INTERLEAVE_SCAN_NONE; in cancel_interleave_scan()3012 hdev->interleave_scan_state != INTERLEAVE_SCAN_ALLOWLIST) in hci_update_accept_list_sync()3199 bt_dev_dbg(hdev, "interleave state %d", hdev->interleave_scan_state); in hci_passive_scan_sync()
619 } interleave_scan_state; member