Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Dhci_conn.c1164 !test_bit(HCI_CONN_ENCRYPT, &conn->flags)) in hci_conn_check_link_mode()
1198 if (test_bit(HCI_CONN_ENCRYPT, &conn->flags)) in hci_conn_auth()
1283 if (test_bit(HCI_CONN_ENCRYPT, &conn->flags)) in hci_conn_security()
1393 if (test_bit(HCI_CONN_ENCRYPT, &conn->flags)) in get_link_mode()
Dhci_event.c2170 set_bit(HCI_CONN_ENCRYPT, &conn->flags); in hci_conn_complete_evt()
2560 if (!test_bit(HCI_CONN_ENCRYPT, &conn->flags)) in read_enc_key_size_complete()
2591 set_bit(HCI_CONN_ENCRYPT, &conn->flags); in hci_encrypt_change_evt()
2602 clear_bit(HCI_CONN_ENCRYPT, &conn->flags); in hci_encrypt_change_evt()
Dsmp.c2930 if (!test_bit(HCI_CONN_ENCRYPT, &hcon->flags)) in bredr_pairing()
2999 if (!test_bit(HCI_CONN_ENCRYPT, &hcon->flags)) in smp_resume_cb()
3022 if (hcon->type == ACL_LINK && test_bit(HCI_CONN_ENCRYPT, &hcon->flags)) in smp_ready_cb()
/linux-4.4.14/include/net/bluetooth/
Dhci_core.h638 HCI_CONN_ENCRYPT, enumerator
1222 encrypt = test_bit(HCI_CONN_ENCRYPT, &conn->flags) ? 0x01 : 0x00; in hci_auth_cfm()