Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_request.c808 hci_req_start_scan(req, LE_SCAN_PASSIVE, interval, window, in hci_req_add_le_passive_scan()
H A Dhci_event.c299 hdev->le_scan_type = LE_SCAN_PASSIVE; in hci_cc_reset()
6123 if (hdev->le_scan_type == LE_SCAN_PASSIVE) { in process_adv_report()
H A Dhci_sync.c2887 return hci_start_scan_sync(hdev, LE_SCAN_PASSIVE, interval, window, in hci_passive_scan_sync()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h1609 #define LE_SCAN_PASSIVE 0x00 macro