Home
last modified time | relevance | path

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

/linux-6.6.21/net/bluetooth/
Dhci_event.c769 hci_encrypt_cfm(conn, status); in hci_cc_read_enc_key_size()
3543 hci_encrypt_cfm(conn, ev->status); in hci_auth_complete_evt()
3649 hci_encrypt_cfm(conn, ev->status); in hci_encrypt_change_evt()
3700 hci_encrypt_cfm(conn, ev->status); in hci_encrypt_change_evt()
/linux-6.6.21/include/net/bluetooth/
Dhci_core.h2010 static inline void hci_encrypt_cfm(struct hci_conn *conn, __u8 status) in hci_encrypt_cfm() function