Home
last modified time | relevance | path

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

/linux-6.6.21/net/bluetooth/
Dhci_sync.c369 if (hdev->discovery.type == DISCOV_TYPE_LE) in le_scan_disable()
5204 if (d->type == DISCOV_TYPE_LE) in hci_stop_discovery_sync()
5777 case DISCOV_TYPE_LE: in hci_start_discovery_sync()
Dmgmt.c5857 case DISCOV_TYPE_LE: in discovery_type_is_valid()
/linux-6.6.21/include/net/bluetooth/
Dhci_core.h2182 #define DISCOV_TYPE_LE (BIT(BDADDR_LE_PUBLIC) | \ macro