Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/bluetooth/
Dhci_core.h532 #define lmp_le_capable(dev) ((dev)->features[4] & LMP_LE) macro
/linux-2.6.39/net/bluetooth/
Dhci_core.c543 if (lmp_le_capable(hdev)) in hci_dev_open()