Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/smp/
Dsmp_utils.cc256 {SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_NUM_COMP, SMP_MODEL_SEC_CONN_PASSKEY_ENT,
257 SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_NUM_COMP},
269 {SMP_MODEL_SEC_CONN_PASSKEY_DISP, SMP_MODEL_SEC_CONN_NUM_COMP,
271 SMP_MODEL_SEC_CONN_NUM_COMP}},
282 {SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_NUM_COMP,
284 SMP_MODEL_SEC_CONN_NUM_COMP},
296 {SMP_MODEL_SEC_CONN_PASSKEY_ENT, SMP_MODEL_SEC_CONN_NUM_COMP,
298 SMP_MODEL_SEC_CONN_NUM_COMP}}};
Dsmp_act.cc1462 case SMP_MODEL_SEC_CONN_NUM_COMP: in smp_decide_association_model()
1669 case SMP_MODEL_SEC_CONN_NUM_COMP: in smp_start_secure_connection_phase1()
1704 case SMP_MODEL_SEC_CONN_NUM_COMP: in smp_process_local_nonce()
1788 case SMP_MODEL_SEC_CONN_NUM_COMP: in smp_process_peer_nonce()
Dsmp_keys.cc764 case SMP_MODEL_SEC_CONN_NUM_COMP: in smp_calculate_local_commitment()
798 case SMP_MODEL_SEC_CONN_NUM_COMP: in smp_calculate_peer_commitment()
Dsmp_int.h56 SMP_MODEL_SEC_CONN_NUM_COMP = 5, /* Numeric Comparison model */ enumerator