Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dhci_conn.c2237 !test_bit(HCI_CONN_ENCRYPT, &conn->flags)) in hci_conn_check_link_mode()
2271 if (test_bit(HCI_CONN_ENCRYPT, &conn->flags)) in hci_conn_auth()
2356 if (test_bit(HCI_CONN_ENCRYPT, &conn->flags)) { in hci_conn_security()
2474 if (test_bit(HCI_CONN_ENCRYPT, &conn->flags)) in get_link_mode()
Dsmp.c3083 if (!test_bit(HCI_CONN_ENCRYPT, &hcon->flags)) in bredr_pairing()
3151 if (!test_bit(HCI_CONN_ENCRYPT, &hcon->flags)) in smp_resume_cb()
3174 if (hcon->type == ACL_LINK && test_bit(HCI_CONN_ENCRYPT, &hcon->flags)) in smp_ready_cb()
Dhci_event.c3216 set_bit(HCI_CONN_ENCRYPT, &conn->flags); in hci_conn_complete_evt()
3601 set_bit(HCI_CONN_ENCRYPT, &conn->flags); in hci_encrypt_change_evt()
3612 clear_bit(HCI_CONN_ENCRYPT, &conn->flags); in hci_encrypt_change_evt()
3675 if (test_bit(HCI_CONN_ENCRYPT, &conn->flags) && in hci_encrypt_change_evt()
Dl2cap_core.c1556 return (!test_bit(HCI_CONN_ENCRYPT, &hcon->flags) || in l2cap_check_enc_key_size()
/linux-6.1.9/include/net/bluetooth/
Dhci_core.h949 HCI_CONN_ENCRYPT, enumerator
1808 encrypt = test_bit(HCI_CONN_ENCRYPT, &conn->flags) ? 0x01 : 0x00; in hci_auth_cfm()
1835 if (!test_bit(HCI_CONN_ENCRYPT, &conn->flags)) in hci_encrypt_cfm()