Searched refs:HCI_CONN_ENCRYPT_PEND (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_conn.c | 1392 set_bit(HCI_CONN_ENCRYPT_PEND, &conn->flags); in hci_conn_auth() 1403 if (!test_and_set_bit(HCI_CONN_ENCRYPT_PEND, &conn->flags)) { in hci_conn_encrypt() 1471 if (test_bit(HCI_CONN_ENCRYPT_PEND, &conn->flags)) in hci_conn_security()
|
H A D | hci_event.c | 2958 if (test_bit(HCI_CONN_ENCRYPT_PEND, &conn->flags)) { in hci_auth_complete_evt() 2966 clear_bit(HCI_CONN_ENCRYPT_PEND, &conn->flags); in hci_auth_complete_evt() 3099 clear_bit(HCI_CONN_ENCRYPT_PEND, &conn->flags); in hci_encrypt_change_evt() 4519 clear_bit(HCI_CONN_ENCRYPT_PEND, &conn->flags); in hci_key_refresh_complete_evt()
|
H A D | smp.c | 1004 if (test_and_set_bit(HCI_CONN_ENCRYPT_PEND, &hcon->flags)) in smp_random() 2258 if (test_and_set_bit(HCI_CONN_ENCRYPT_PEND, &hcon->flags)) in smp_ltk_encrypt()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_conn.c | 2383 set_bit(HCI_CONN_ENCRYPT_PEND, &conn->flags); in hci_conn_auth() 2394 if (!test_and_set_bit(HCI_CONN_ENCRYPT_PEND, &conn->flags)) { in hci_conn_encrypt() 2462 if (test_bit(HCI_CONN_ENCRYPT_PEND, &conn->flags)) in hci_conn_security()
|
H A D | smp.c | 1005 if (test_and_set_bit(HCI_CONN_ENCRYPT_PEND, &hcon->flags)) in smp_random() 2264 if (test_and_set_bit(HCI_CONN_ENCRYPT_PEND, &hcon->flags)) in smp_ltk_encrypt()
|
H A D | hci_event.c | 3530 if (test_bit(HCI_CONN_ENCRYPT_PEND, &conn->flags)) { in hci_auth_complete_evt() 3538 clear_bit(HCI_CONN_ENCRYPT_PEND, &conn->flags); in hci_auth_complete_evt() 3630 clear_bit(HCI_CONN_ENCRYPT_PEND, &conn->flags); in hci_encrypt_change_evt() 5236 clear_bit(HCI_CONN_ENCRYPT_PEND, &conn->flags); in hci_key_refresh_complete_evt()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 822 HCI_CONN_ENCRYPT_PEND, 1473 if (test_bit(HCI_CONN_ENCRYPT_PEND, &conn->flags))
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 961 HCI_CONN_ENCRYPT_PEND, enumerator 1995 if (test_bit(HCI_CONN_ENCRYPT_PEND, &conn->flags)) in hci_auth_cfm()
|
Completed in 34 milliseconds