Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dhci_request.c337 if (use_ext_scan(hdev)) { in hci_req_add_le_scan_disable()
562 if (use_ext_scan(hdev)) { in hci_req_start_scan()
Dhci_sync.c1970 if (use_ext_scan(hdev)) in hci_le_set_scan_enable_sync()
2578 if (use_ext_scan(hdev)) in hci_le_set_scan_param_sync()
3934 if (use_ext_scan(hdev)) in hci_le_set_event_mask_sync()
/linux-6.1.9/include/net/bluetooth/
Dhci_core.h1691 #define use_ext_scan(dev) (((dev)->commands[37] & 0x20) && \ macro