Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/smp/
Dsmp_act.c279 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB) { in smp_send_pair_rsp()
542 } else if (model <= SMP_MODEL_SEC_CONN_OOB) { in smp_get_auth_mode()
625 …if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB && p_cb->loc_oob_flag == SMP_OOB_PR… in smp_proc_pair_cmd()
665 …if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB && p_cb->loc_oob_flag == SMP_OOB_PR… in smp_proc_pair_cmd()
1398 case SMP_MODEL_SEC_CONN_OOB: in smp_decide_association_model()
1463 …if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB && p_cb->loc_oob_flag == SMP_OOB_PR… in smp_process_io_response()
1623 case SMP_MODEL_SEC_CONN_OOB: in smp_start_secure_connection_phase1()
1679 case SMP_MODEL_SEC_CONN_OOB: in smp_process_local_nonce()
1750 case SMP_MODEL_SEC_CONN_OOB: in smp_process_peer_nonce()
Dsmp_keys.c1004 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB) { in smp_create_private_key()
1221 case SMP_MODEL_SEC_CONN_OOB: in smp_calculate_local_commitment()
1267 case SMP_MODEL_SEC_CONN_OOB: in smp_calculate_peer_commitment()
Dsmp_utils.c1352 return SMP_MODEL_SEC_CONN_OOB; in smp_select_association_model_secure_connections()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h44 #define SMP_MODEL_SEC_CONN_OOB 8 /* Secure Connections mode, OOB model */ macro