Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/smp/
H A Dsmp_act.cc574 (p_cb->selected_association_model == in smp_proc_pair_cmd()
1325 p_cb->selected_association_model); in smp_decide_association_model()
1327 switch (p_cb->selected_association_model) { in smp_decide_association_model()
1406 p_cb->selected_association_model); in smp_decide_association_model()
1589 switch (p_cb->selected_association_model) { in smp_start_secure_connection_phase1()
1611 p_cb->selected_association_model); in smp_start_secure_connection_phase1()
1625 switch (p_cb->selected_association_model) { in smp_process_local_nonce()
1642 p_cb->selected_association_model); in smp_process_local_nonce()
1673 p_cb->selected_association_model); in smp_process_local_nonce()
1710 switch (p_cb->selected_association_model) { in smp_process_peer_nonce()
[all …]
H A Dsmp_keys.cc112 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_PASSKEY_DISP) { in smp_proc_passkey()
592 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB) { in smp_create_private_key()
661 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB) { in smp_use_oob_private_key()
771 switch (p_cb->selected_association_model) { in smp_calculate_local_commitment()
797 p_cb->selected_association_model); in smp_calculate_local_commitment()
810 switch (p_cb->selected_association_model) { in smp_calculate_peer_commitment()
832 p_cb->selected_association_model); in smp_calculate_peer_commitment()
H A Dsmp_api.cc278 if (smp_cb.selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS) { in SMP_SecurityGrant()
289 } else if (smp_cb.selected_association_model == SMP_MODEL_ENCRYPTION_ONLY) { in SMP_SecurityGrant()
389 } else if (p_cb->selected_association_model == in SMP_PasskeyReply()
H A Dsmp_int.h268 tSMP_ASSO_MODEL selected_association_model; member