Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dssp.c27 enum pairing_method { enum
248 conn->br.pairing_method = ssp_pair_method(conn); in ssp_auth()
255 conn->br.pairing_method == JUST_WORKS) { in ssp_auth()
261 switch (conn->br.pairing_method) { in ssp_auth()
373 if (conn->br.pairing_method == PASSKEY_INPUT) { in bt_ssp_auth_passkey_entry()
402 switch (conn->br.pairing_method) { in bt_ssp_auth_cancel()
/Zephyr-latest/subsys/bluetooth/host/
Dconn_internal.h140 uint8_t pairing_method; member
Dsmp.c105 enum pairing_method { enum