Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_request.c608 ext_enable_cp.enable = LE_SCAN_ENABLE; in hci_req_start_scan()
627 enable_cp.enable = LE_SCAN_ENABLE; in hci_req_start_scan()
H A Dhci_sync.c433 return hci_le_set_scan_enable_sync(hdev, LE_SCAN_ENABLE, in hci_le_scan_restart_sync()
2979 return hci_le_set_scan_enable_sync(hdev, LE_SCAN_ENABLE, filter_dup); in hci_start_scan_sync()
H A Dhci_event.c1723 case LE_SCAN_ENABLE: in le_set_scan_enable_complete()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h1639 #define LE_SCAN_ENABLE 0x01 macro