Home
last modified time | relevance | path

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

/Linux-v5.10/net/bluetooth/
Dhci_request.c664 if (use_ext_scan(hdev)) { in hci_req_add_le_scan_disable()
886 if (use_ext_scan(hdev)) { in hci_req_start_scan()
2886 if (use_ext_scan(hdev)) { in le_scan_restart()
Dhci_core.c717 if (use_ext_scan(hdev)) in hci_init3_req()
/Linux-v5.10/include/net/bluetooth/
Dhci_core.h1369 #define use_ext_scan(dev) (((dev)->commands[37] & 0x20) && \ macro