Home
last modified time | relevance | path

Searched refs:security_cfm (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h1433 void (*security_cfm) (struct hci_conn *conn, __u8 status, member
1483 if (cb->security_cfm) in hci_auth_cfm()
1484 cb->security_cfm(conn, status, encrypt); in hci_auth_cfm()
1523 if (cb->security_cfm) in hci_encrypt_cfm()
1524 cb->security_cfm(conn, status, encrypt); in hci_encrypt_cfm()
/OK3568_Linux_fs/kernel/net/bluetooth/rfcomm/
H A Dcore.c2179 .security_cfm = rfcomm_security_cfm
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dl2cap_core.c8491 .security_cfm = l2cap_security_cfm,