Home
last modified time | relevance | path

Searched refs:HCI_LE_LL_PRIVACY (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/net/bluetooth/
Dhci.h495 #define HCI_LE_LL_PRIVACY 0x40 macro
Dhci_core.h1443 #define use_ll_privacy(dev) ((dev)->le_features[0] & HCI_LE_LL_PRIVACY)
/Linux-v5.15/net/bluetooth/
Dhci_core.c645 if (hdev->le_features[0] & HCI_LE_LL_PRIVACY) in hci_init3_req()