Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_act.cc272 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB) in smp_send_pair_rsp()
575 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB) { in smp_proc_pair_cmd()
597 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB) { in smp_proc_pair_cmd()
1350 case SMP_MODEL_SEC_CONN_OOB: in smp_decide_association_model()
1400 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB) { in smp_process_io_response()
1527 case SMP_MODEL_SEC_CONN_OOB: in smp_start_secure_connection_phase1()
1586 case SMP_MODEL_SEC_CONN_OOB: in smp_process_local_nonce()
1682 case SMP_MODEL_SEC_CONN_OOB: in smp_process_peer_nonce()
Dsmp_keys.cc770 case SMP_MODEL_SEC_CONN_OOB: in smp_calculate_local_commitment()
807 case SMP_MODEL_SEC_CONN_OOB: in smp_calculate_peer_commitment()
Dsmp_int.h45 #define SMP_MODEL_SEC_CONN_OOB 8 /* Secure Connections mode, OOB model */ macro
Dsmp_utils.cc1287 return SMP_MODEL_SEC_CONN_OOB; in smp_select_association_model_secure_connections()