Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_request.c343 cp.enable = LE_SCAN_DISABLE; in hci_req_add_le_scan_disable()
350 cp.enable = LE_SCAN_DISABLE; in hci_req_add_le_scan_disable()
H A Dhci_sync.c432 hci_le_set_scan_enable_sync(hdev, LE_SCAN_DISABLE, 0x00); in hci_le_scan_restart_sync()
2220 err = hci_le_set_scan_enable_sync(hdev, LE_SCAN_DISABLE, 0x00); in hci_scan_disable_sync()
H A Dhci_event.c1731 case LE_SCAN_DISABLE: in le_set_scan_enable_complete()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h1638 #define LE_SCAN_DISABLE 0x00 macro