Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_request.c339 if (use_ext_scan(hdev)) { in hci_req_add_le_scan_disable()
564 if (use_ext_scan(hdev)) { in hci_req_start_scan()
H A Dhci_sync.c2174 if (use_ext_scan(hdev)) in hci_le_set_scan_enable_sync()
2942 if (use_ext_scan(hdev)) in hci_le_set_scan_param_sync()
4288 if (use_ext_scan(hdev)) in hci_le_set_event_mask_sync()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h1850 #define use_ext_scan(dev) (((dev)->commands[37] & 0x20) && \ macro