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.c154 static uint8_t ssp_pair_method(const struct bt_conn *conn) in ssp_pair_method() function
164 (ssp_pair_method(conn) > JUST_WORKS))) { in ssp_get_auth()
169 if (ssp_pair_method(conn) > JUST_WORKS) { in ssp_get_auth()
248 conn->br.pairing_method = ssp_pair_method(conn); in ssp_auth()