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()777 bt_dev_dbg(hdev, "interleave state %d", hdev->interleave_scan_state); in hci_req_add_le_passive_scan()844 switch (hdev->interleave_scan_state) { in hci_req_add_le_interleaved_scan()847 hdev->interleave_scan_state = INTERLEAVE_SCAN_NO_FILTER; in hci_req_add_le_interleaved_scan()851 hdev->interleave_scan_state = INTERLEAVE_SCAN_ALLOWLIST; in hci_req_add_le_interleaved_scan()870 if (hdev->interleave_scan_state == INTERLEAVE_SCAN_ALLOWLIST) { in interleave_scan_work()872 } else if (hdev->interleave_scan_state == INTERLEAVE_SCAN_NO_FILTER) { in interleave_scan_work()
2027 hdev->interleave_scan_state = INTERLEAVE_SCAN_NO_FILTER; in hci_start_interleave_scan()2034 return hdev->interleave_scan_state != INTERLEAVE_SCAN_NONE; in is_interleave_scanning()2043 hdev->interleave_scan_state = INTERLEAVE_SCAN_NONE; in cancel_interleave_scan()2488 hdev->interleave_scan_state != INTERLEAVE_SCAN_ALLOWLIST) in hci_update_accept_list_sync()2646 bt_dev_dbg(hdev, "interleave state %d", hdev->interleave_scan_state); in hci_passive_scan_sync()
628 } interleave_scan_state; member