Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_sync.c390 if (hdev->discovery.type == DISCOV_TYPE_LE) in le_scan_disable()
5376 if (d->type == DISCOV_TYPE_LE) in hci_stop_discovery_sync()
5938 case DISCOV_TYPE_LE: in hci_start_discovery_sync()
H A Dmgmt.c5773 case DISCOV_TYPE_LE: in discovery_type_is_valid()
/linux/include/net/bluetooth/
H A Dhci_core.h2273 #define DISCOV_TYPE_LE (BIT(BDADDR_LE_PUBLIC) | \ macro