Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/bluetooth/
Dhci_core.h526 #define lmp_encrypt_capable(dev) ((dev)->features[0] & LMP_ENCRYPT) macro
/linux-2.6.39/net/bluetooth/
Dhci_core.c740 if (!lmp_encrypt_capable(hdev)) { in hci_dev_cmd()