Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dssp.c158 static uint8_t ssp_pair_method(const struct bt_conn *conn) in ssp_pair_method() function
170 if ((max_sec_level > BT_SECURITY_L2) && (ssp_pair_method(conn) > JUST_WORKS)) { in ssp_get_auth()
177 (ssp_pair_method(conn) > JUST_WORKS))) { in ssp_get_auth()
182 if (ssp_pair_method(conn) > JUST_WORKS) { in ssp_get_auth()
261 conn->br.pairing_method = ssp_pair_method(conn); in ssp_auth()