Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_conn.c1349 if (hci_conn_ssp_enabled(conn) && in hci_conn_check_link_mode()
1422 if (sec_level == BT_SECURITY_LOW && !hci_conn_ssp_enabled(conn)) in hci_conn_security()
H A Dhci_event.c1978 if (!hci_conn_ssp_enabled(conn) && !(conn->auth_type & 0x01) && in hci_outgoing_auth_needed()
2619 if (!conn->out && !hci_conn_ssp_enabled(conn) && in hci_conn_complete_evt()
2912 if (!hci_conn_ssp_enabled(conn) && in hci_auth_complete_evt()
2930 if (!ev->status && hci_conn_ssp_enabled(conn)) { in hci_auth_complete_evt()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h846 static inline bool hci_conn_ssp_enabled(struct hci_conn *conn) in hci_conn_ssp_enabled() function