Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_conn.c1404 int hci_conn_check_secure(struct hci_conn *conn, __u8 sec_level) in hci_conn_check_secure() function
1420 EXPORT_SYMBOL(hci_conn_check_secure);
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h914 int hci_conn_check_secure(struct hci_conn *conn, __u8 sec_level);
/Linux-v4.19/net/bluetooth/rfcomm/
Dcore.c2133 if (!status && hci_conn_check_secure(conn, d->sec_level)) in rfcomm_security_cfm()