Searched refs:hci_encrypt_cfm (Results 1 – 2 of 2) sorted by relevance
3037 hci_encrypt_cfm(conn, ev->status); in hci_auth_complete_evt()3122 hci_encrypt_cfm(conn, 0); in read_enc_key_size_complete()3182 hci_encrypt_cfm(conn, ev->status); in hci_encrypt_change_evt()3236 hci_encrypt_cfm(conn, ev->status); in hci_encrypt_change_evt()
1547 static inline void hci_encrypt_cfm(struct hci_conn *conn, __u8 status) in hci_encrypt_cfm() function