Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dhci_sync.c367 if (hdev->discovery.type == DISCOV_TYPE_LE) in le_scan_disable()
5009 if (d->type == DISCOV_TYPE_LE) in hci_stop_discovery_sync()
5489 case DISCOV_TYPE_LE: in hci_start_discovery_sync()
Dmgmt.c5849 case DISCOV_TYPE_LE: in discovery_type_is_valid()
/linux-6.1.9/include/net/bluetooth/
Dhci_core.h1993 #define DISCOV_TYPE_LE (BIT(BDADDR_LE_PUBLIC) | \ macro