Searched refs:HCI_CONN_ENCRYPT (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/net/bluetooth/ |
| D | hci_conn.c | 1279 !test_bit(HCI_CONN_ENCRYPT, &conn->flags)) in hci_conn_check_link_mode() 1313 if (test_bit(HCI_CONN_ENCRYPT, &conn->flags)) in hci_conn_auth() 1398 if (test_bit(HCI_CONN_ENCRYPT, &conn->flags)) { in hci_conn_security() 1516 if (test_bit(HCI_CONN_ENCRYPT, &conn->flags)) in get_link_mode()
|
| D | hci_event.c | 2517 set_bit(HCI_CONN_ENCRYPT, &conn->flags); in hci_conn_complete_evt() 2917 if (!test_bit(HCI_CONN_ENCRYPT, &conn->flags)) in read_enc_key_size_complete() 2948 set_bit(HCI_CONN_ENCRYPT, &conn->flags); in hci_encrypt_change_evt() 2959 clear_bit(HCI_CONN_ENCRYPT, &conn->flags); in hci_encrypt_change_evt() 3030 if (test_bit(HCI_CONN_ENCRYPT, &conn->flags) && in hci_encrypt_change_evt()
|
| D | smp.c | 3019 if (!test_bit(HCI_CONN_ENCRYPT, &hcon->flags)) in bredr_pairing() 3087 if (!test_bit(HCI_CONN_ENCRYPT, &hcon->flags)) in smp_resume_cb() 3110 if (hcon->type == ACL_LINK && test_bit(HCI_CONN_ENCRYPT, &hcon->flags)) in smp_ready_cb()
|
| D | l2cap_core.c | 1363 return (!test_bit(HCI_CONN_ENCRYPT, &hcon->flags) || in l2cap_check_enc_key_size()
|
| /Linux-v5.4/include/net/bluetooth/ |
| D | hci_core.h | 683 HCI_CONN_ENCRYPT, enumerator 1298 encrypt = test_bit(HCI_CONN_ENCRYPT, &conn->flags) ? 0x01 : 0x00; in hci_auth_cfm()
|