Home
last modified time | relevance | path

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

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