Home
last modified time | relevance | path

Searched refs:use_ext_scan (Results 1 – 2 of 2) sorted by relevance

/linux/net/bluetooth/
H A Dhci_sync.c2147 if (use_ext_scan(hdev)) in hci_le_set_scan_enable_sync()
2945 if (use_ext_scan(hdev)) in hci_le_set_scan_param_sync()
4291 if (use_ext_scan(hdev)) in hci_le_set_event_mask_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h1869 #define use_ext_scan(dev) (((dev)->commands[37] & 0x20) && \ macro