Searched refs:use_ext_scan (Results 1 – 3 of 3) sorted by relevance
339 if (use_ext_scan(hdev)) { in hci_req_add_le_scan_disable()564 if (use_ext_scan(hdev)) { in hci_req_start_scan()
2179 if (use_ext_scan(hdev)) in hci_le_set_scan_enable_sync()2947 if (use_ext_scan(hdev)) in hci_le_set_scan_param_sync()4293 if (use_ext_scan(hdev)) in hci_le_set_event_mask_sync()
1873 #define use_ext_scan(dev) (((dev)->commands[37] & 0x20) && \ macro