Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/smp/
Dsmp_act.cc311 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB) in smp_send_pair_rsp()
624 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB) { in smp_proc_pair_cmd()
646 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB) { in smp_proc_pair_cmd()
1469 case SMP_MODEL_SEC_CONN_OOB: in smp_decide_association_model()
1536 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB) { in smp_process_io_response()
1680 case SMP_MODEL_SEC_CONN_OOB: in smp_start_secure_connection_phase1()
1739 case SMP_MODEL_SEC_CONN_OOB: in smp_process_local_nonce()
1846 case SMP_MODEL_SEC_CONN_OOB: in smp_process_peer_nonce()
Dsmp_keys.cc607 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB) { in smp_create_private_key()
677 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB) { in smp_use_oob_private_key()
805 case SMP_MODEL_SEC_CONN_OOB: in smp_calculate_local_commitment()
840 case SMP_MODEL_SEC_CONN_OOB: in smp_calculate_peer_commitment()
Dsmp_int.h61 SMP_MODEL_SEC_CONN_OOB = 8, /* Secure Connections mode, OOB model */ enumerator
Dsmp_utils.cc1387 return SMP_MODEL_SEC_CONN_OOB; in smp_select_association_model_secure_connections()