Home
last modified time | relevance | path

Searched refs:lmp_inq_rssi_capable (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/bluetooth/
H A Dhci_sync.c3847 if (!lmp_inq_rssi_capable(hdev) && in hci_write_inquiry_mode_sync()
4037 if (lmp_inq_rssi_capable(hdev) || in hci_set_event_mask_sync()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h1771 #define lmp_inq_rssi_capable(dev) ((dev)->features[0][3] & LMP_RSSI_INQ) macro