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.c30 enum pairing_method { enum
261 conn->br.pairing_method = ssp_pair_method(conn); in ssp_auth()
268 conn->br.pairing_method == JUST_WORKS) { in ssp_auth()
274 switch (conn->br.pairing_method) { in ssp_auth()
386 if (conn->br.pairing_method == PASSKEY_INPUT) { in bt_ssp_auth_passkey_entry()
415 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