Home
last modified time | relevance | path

Searched refs:HCI_LM_ENCRYPT (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/net/bluetooth/
Dhci_conn.c503 !(conn->link_mode & HCI_LM_ENCRYPT)) in hci_conn_check_link_mode()
550 if (conn->link_mode & HCI_LM_ENCRYPT) in hci_conn_security()
Dhci_event.c1272 conn->link_mode |= HCI_LM_ENCRYPT; in hci_conn_complete_evt()
1510 conn->link_mode |= HCI_LM_ENCRYPT; in hci_encrypt_change_evt()
1512 conn->link_mode &= ~HCI_LM_ENCRYPT; in hci_encrypt_change_evt()
/linux-2.6.39/include/net/bluetooth/
Dhci_core.h623 encrypt = (conn->link_mode & HCI_LM_ENCRYPT) ? 0x01 : 0x00; in hci_proto_auth_cfm()
677 encrypt = (conn->link_mode & HCI_LM_ENCRYPT) ? 0x01 : 0x00; in hci_auth_cfm()
Dhci.h236 #define HCI_LM_ENCRYPT 0x0004 macro