Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_conn.c953 !test_bit(HCI_CONN_ENCRYPT, &conn->flags)) in hci_conn_check_link_mode()
987 if (test_bit(HCI_CONN_ENCRYPT, &conn->flags)) in hci_conn_auth()
1072 if (test_bit(HCI_CONN_ENCRYPT, &conn->flags)) in hci_conn_security()
1182 if (test_bit(HCI_CONN_ENCRYPT, &conn->flags)) in get_link_mode()
Dsmp.c2903 if (!test_bit(HCI_CONN_ENCRYPT, &hcon->flags)) in bredr_pairing()
2972 if (!test_bit(HCI_CONN_ENCRYPT, &hcon->flags)) in smp_resume_cb()
2990 if (hcon->type == ACL_LINK && test_bit(HCI_CONN_ENCRYPT, &hcon->flags)) in smp_ready_cb()
Dhci_event.c2259 set_bit(HCI_CONN_ENCRYPT, &conn->flags); in hci_conn_complete_evt()
2623 set_bit(HCI_CONN_ENCRYPT, &conn->flags); in hci_encrypt_change_evt()
2634 clear_bit(HCI_CONN_ENCRYPT, &conn->flags); in hci_encrypt_change_evt()
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h616 HCI_CONN_ENCRYPT, enumerator
1141 encrypt = test_bit(HCI_CONN_ENCRYPT, &conn->flags) ? 0x01 : 0x00; in hci_auth_cfm()