Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Dhci_event.c2467 hci_encrypt_cfm(conn, ev->status, 0x00); in hci_auth_complete_evt()
2567 hci_encrypt_cfm(conn, 0, encrypt); in read_enc_key_size_complete()
2669 hci_encrypt_cfm(conn, ev->status, ev->encrypt); in hci_encrypt_change_evt()
/linux-4.4.14/include/net/bluetooth/
Dhci_core.h1235 static inline void hci_encrypt_cfm(struct hci_conn *conn, __u8 status, in hci_encrypt_cfm() function