Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c246SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_PASSKEY_ENT,
247 SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_PASSKEY_ENT
252SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_NUM_COMP, SMP_MODEL_SEC_CONN_PASSKEY_ENT,
253 SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_NUM_COMP
259 SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_PASSKEY_DISP
264SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_JUSTWORKS,
265 SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_JUSTWORKS
271 SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_NUM_COMP
280SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_PASSKEY_DISP,
281 SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_PASSKEY_DISP
[all …]
Dsmp_act.c533 if (model == SMP_MODEL_ENCRYPTION_ONLY || model == SMP_MODEL_SEC_CONN_JUSTWORKS) { in smp_get_auth_mode()
535 if(model == SMP_MODEL_SEC_CONN_JUSTWORKS) { in smp_get_auth_mode()
600 (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS))) { in smp_proc_pair_cmd()
638 (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS))) { in smp_proc_pair_cmd()
1394 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_decide_association_model()
1439 (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS))) { in smp_process_io_response()
1599 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS) { in smp_start_secure_connection_phase1()
1608 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_start_secure_connection_phase1()
1645 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_process_local_nonce()
1707 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_process_peer_nonce()
[all …]
Dsmp_keys.c1206 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_calculate_local_commitment()
1252 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_calculate_peer_commitment()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h38 #define SMP_MODEL_SEC_CONN_JUSTWORKS 4 /* Secure Connections mode, Just Works model */ macro