Searched refs:selected_association_model (Results 1 – 4 of 4) sorted by relevance
279 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB) { in smp_send_pair_rsp()596 p_cb->selected_association_model = smp_select_association_model(p_cb); in smp_proc_pair_cmd()600 (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS))) { in smp_proc_pair_cmd()607 uint16_t auth = smp_get_auth_mode(p_cb->selected_association_model); in smp_proc_pair_cmd()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()634 p_cb->selected_association_model = smp_select_association_model(p_cb); in smp_proc_pair_cmd()638 (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS))) { in smp_proc_pair_cmd()646 uint16_t auth = smp_get_auth_mode(p_cb->selected_association_model); 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()1353 SMP_TRACE_DEBUG("%s Association Model = %d\n", __func__, p_cb->selected_association_model); in smp_decide_association_model()[all …]
332 } else if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_PASSKEY_ENT) { in SMP_PasskeyReply()580 if (p_cb->selected_association_model != SMP_MODEL_SEC_CONN_PASSKEY_ENT) { in SMP_KeypressNotification()582 p_cb->selected_association_model); in SMP_KeypressNotification()
232 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_PASSKEY_DISP) { in smp_use_static_passkey()301 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_PASSKEY_DISP) { in smp_proc_passkey()1004 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB) { in smp_create_private_key()1205 switch (p_cb->selected_association_model) { in smp_calculate_local_commitment()1228 p_cb->selected_association_model); in smp_calculate_local_commitment()1251 switch (p_cb->selected_association_model) { in smp_calculate_peer_commitment()1273 p_cb->selected_association_model); in smp_calculate_peer_commitment()
307 tSMP_ASSO_MODEL selected_association_model; member