Home
last modified time | relevance | path

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

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