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.c2204 if (use_ext_scan(hdev)) in hci_le_set_scan_enable_sync()
3012 if (use_ext_scan(hdev)) in hci_le_set_scan_param_sync()
4412 if (use_ext_scan(hdev)) in hci_le_set_event_mask_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h2015 #define use_ext_scan(dev) (((dev)->commands[37] & 0x20) && \ macro