Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_request.c714 if (use_ext_scan(hdev)) { in hci_req_add_le_scan_disable()
949 if (use_ext_scan(hdev)) { in hci_req_start_scan()
3015 if (use_ext_scan(hdev)) { in le_scan_restart()
Dhci_core.c717 if (use_ext_scan(hdev)) in hci_init3_req()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci_core.h1384 #define use_ext_scan(dev) (((dev)->commands[37] & 0x20) && \ macro