Home
last modified time | relevance | path

Searched refs:SCAN_INQUIRY (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c2489 scan |= SCAN_INQUIRY; in __hci_req_update_scan()
2492 test_bit(HCI_ISCAN, &hdev->flags) == !!(scan & SCAN_INQUIRY)) in __hci_req_update_scan()
H A Dhci_core.c1975 if ((scan & SCAN_INQUIRY)) { in hci_update_scan_state()
H A Dhci_event.c384 if (param & SCAN_INQUIRY) in hci_cc_write_scan_enable()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h1044 #define SCAN_INQUIRY 0x01 macro