Home
last modified time | relevance | path

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

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