Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_request.c652 if (use_ext_scan(hdev)) { in hci_req_add_le_scan_disable()
789 if (use_ext_scan(hdev)) { in hci_req_start_scan()
2373 if (use_ext_scan(hdev)) { in le_scan_restart()
Dhci_core.c702 if (use_ext_scan(hdev)) in hci_init3_req()
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h1184 #define use_ext_scan(dev) (((dev)->commands[37] & 0x20) && \ macro