Home
last modified time | relevance | path

Searched refs:hci_encrypt_cfm (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/net/bluetooth/
Dhci_event.c752 hci_encrypt_cfm(conn, 0); in hci_cc_read_enc_key_size()
823 hci_encrypt_cfm(conn, 0); in hci_cc_write_auth_payload_timeout()
3534 hci_encrypt_cfm(conn, ev->status); in hci_auth_complete_evt()
3640 hci_encrypt_cfm(conn, ev->status); in hci_encrypt_change_evt()
3695 hci_encrypt_cfm(conn, ev->status); in hci_encrypt_change_evt()
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h1979 static inline void hci_encrypt_cfm(struct hci_conn *conn, __u8 status) in hci_encrypt_cfm() function