Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/smp/
H A Dsmp_act.cc283 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB) in smp_send_pair_rsp()
586 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB) { in smp_proc_pair_cmd()
608 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB) { in smp_proc_pair_cmd()
1393 case SMP_MODEL_SEC_CONN_OOB: in smp_decide_association_model()
1461 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB) { in smp_process_io_response()
1605 case SMP_MODEL_SEC_CONN_OOB: in smp_start_secure_connection_phase1()
1664 case SMP_MODEL_SEC_CONN_OOB: in smp_process_local_nonce()
1770 case SMP_MODEL_SEC_CONN_OOB: in smp_process_peer_nonce()
H A Dsmp_keys.cc592 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()
789 case SMP_MODEL_SEC_CONN_OOB: in smp_calculate_local_commitment()
826 case SMP_MODEL_SEC_CONN_OOB: in smp_calculate_peer_commitment()
H A Dsmp_int.h46 SMP_MODEL_SEC_CONN_OOB = 8, /* Secure Connections mode, OOB model */ enumerator
H A Dsmp_utils.cc1298 return SMP_MODEL_SEC_CONN_OOB; in smp_select_association_model_secure_connections()