Searched refs:interleave_scan_state (Results 1 – 3 of 3) sorted by relevance
278 hdev->interleave_scan_state = INTERLEAVE_SCAN_NO_FILTER; in start_interleave_scan()285 return hdev->interleave_scan_state != INTERLEAVE_SCAN_NONE; in is_interleave_scanning()294 hdev->interleave_scan_state = INTERLEAVE_SCAN_NONE; in cancel_interleave_scan()530 hdev->interleave_scan_state != INTERLEAVE_SCAN_ALLOWLIST) in update_accept_list()756 bt_dev_dbg(hdev, "interleave state %d", hdev->interleave_scan_state); in hci_req_add_le_passive_scan()823 switch (hdev->interleave_scan_state) { in hci_req_add_le_interleaved_scan()826 hdev->interleave_scan_state = INTERLEAVE_SCAN_NO_FILTER; in hci_req_add_le_interleaved_scan()830 hdev->interleave_scan_state = INTERLEAVE_SCAN_ALLOWLIST; in hci_req_add_le_interleaved_scan()849 if (hdev->interleave_scan_state == INTERLEAVE_SCAN_ALLOWLIST) { in interleave_scan_work()851 } else if (hdev->interleave_scan_state == INTERLEAVE_SCAN_NO_FILTER) { in interleave_scan_work()
2056 hdev->interleave_scan_state = INTERLEAVE_SCAN_NO_FILTER; in hci_start_interleave_scan()2063 return hdev->interleave_scan_state != INTERLEAVE_SCAN_NONE; in is_interleave_scanning()2072 hdev->interleave_scan_state = INTERLEAVE_SCAN_NONE; in cancel_interleave_scan()2654 hdev->interleave_scan_state != INTERLEAVE_SCAN_ALLOWLIST) in hci_update_accept_list_sync()2791 bt_dev_dbg(hdev, "interleave state %d", hdev->interleave_scan_state); in hci_passive_scan_sync()
640 } interleave_scan_state; member