Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_conn.c1276 !test_bit(HCI_CONN_ENCRYPT, &conn->flags)) in hci_conn_check_link_mode()
1310 if (test_bit(HCI_CONN_ENCRYPT, &conn->flags)) in hci_conn_auth()
1395 if (test_bit(HCI_CONN_ENCRYPT, &conn->flags)) in hci_conn_security()
1505 if (test_bit(HCI_CONN_ENCRYPT, &conn->flags)) in get_link_mode()
Dsmp.c3027 if (!test_bit(HCI_CONN_ENCRYPT, &hcon->flags)) in bredr_pairing()
3095 if (!test_bit(HCI_CONN_ENCRYPT, &hcon->flags)) in smp_resume_cb()
3118 if (hcon->type == ACL_LINK && test_bit(HCI_CONN_ENCRYPT, &hcon->flags)) in smp_ready_cb()
Dhci_event.c2433 set_bit(HCI_CONN_ENCRYPT, &conn->flags); in hci_conn_complete_evt()
2833 if (!test_bit(HCI_CONN_ENCRYPT, &conn->flags)) in read_enc_key_size_complete()
2864 set_bit(HCI_CONN_ENCRYPT, &conn->flags); in hci_encrypt_change_evt()
2875 clear_bit(HCI_CONN_ENCRYPT, &conn->flags); in hci_encrypt_change_evt()
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h664 HCI_CONN_ENCRYPT, enumerator
1272 encrypt = test_bit(HCI_CONN_ENCRYPT, &conn->flags) ? 0x01 : 0x00; in hci_auth_cfm()