Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_request.c2971 if (hdev->discovery.type == DISCOV_TYPE_LE) in le_scan_disable_work()
3173 case DISCOV_TYPE_LE: in start_discovery()
3232 if (d->type == DISCOV_TYPE_LE) in hci_req_stop_discovery()
Dmgmt.c4645 case DISCOV_TYPE_LE: in discovery_type_is_valid()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci_core.h1699 #define DISCOV_TYPE_LE (BIT(BDADDR_LE_PUBLIC) | \ macro