Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_conn.c2380 if (hci_conn_ssp_enabled(conn) && in hci_conn_check_link_mode()
2451 if (sec_level == BT_SECURITY_LOW && !hci_conn_ssp_enabled(conn)) in hci_conn_security()
H A Dhci_event.c2411 if (!hci_conn_ssp_enabled(conn) && !(conn->auth_type & 0x01) && in hci_outgoing_auth_needed()
3150 if (!conn->out && !hci_conn_ssp_enabled(conn) && in hci_conn_complete_evt()
3481 if (!ev->status && hci_conn_ssp_enabled(conn)) { in hci_auth_complete_evt()
5473 if (!conn || !hci_conn_ssp_enabled(conn)) in hci_simple_pair_complete_evt()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h961 static inline bool hci_conn_ssp_enabled(struct hci_conn *conn) in hci_conn_ssp_enabled() function