Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_event.c777 hci_encrypt_cfm(conn, status); in hci_cc_read_enc_key_size()
3259 hci_encrypt_cfm(conn, ev->status); in hci_conn_complete_evt()
3570 hci_encrypt_cfm(conn, ev->status); in hci_auth_complete_evt()
3674 hci_encrypt_cfm(conn, ev->status); in hci_encrypt_change_evt()
3715 hci_encrypt_cfm(conn, ev->status); in hci_encrypt_change_evt()
/linux/include/net/bluetooth/
H A Dhci_core.h2210 static inline void hci_encrypt_cfm(struct hci_conn *conn, __u8 status) in hci_encrypt_cfm() function