Searched refs:use_ext_scan (Results 1 – 3 of 3) sorted by relevance
337 if (use_ext_scan(hdev)) { in hci_req_add_le_scan_disable()562 if (use_ext_scan(hdev)) { in hci_req_start_scan()
1999 if (use_ext_scan(hdev)) in hci_le_set_scan_enable_sync()2723 if (use_ext_scan(hdev)) in hci_le_set_scan_param_sync()4101 if (use_ext_scan(hdev)) in hci_le_set_event_mask_sync()
1875 #define use_ext_scan(dev) (((dev)->commands[37] & 0x20) && \ macro