Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_utils.cc250 {SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_NUM_COMP,
252 SMP_MODEL_SEC_CONN_NUM_COMP},
265 {SMP_MODEL_SEC_CONN_PASSKEY_DISP, SMP_MODEL_SEC_CONN_NUM_COMP,
267 SMP_MODEL_SEC_CONN_NUM_COMP}},
278 {SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_NUM_COMP,
280 SMP_MODEL_SEC_CONN_NUM_COMP},
293 {SMP_MODEL_SEC_CONN_PASSKEY_ENT, SMP_MODEL_SEC_CONN_NUM_COMP,
295 SMP_MODEL_SEC_CONN_NUM_COMP}}};
Dsmp_act.cc1390 case SMP_MODEL_SEC_CONN_NUM_COMP: in smp_decide_association_model()
1564 case SMP_MODEL_SEC_CONN_NUM_COMP: in smp_start_secure_connection_phase1()
1600 case SMP_MODEL_SEC_CONN_NUM_COMP: in smp_process_local_nonce()
1685 case SMP_MODEL_SEC_CONN_NUM_COMP: in smp_process_peer_nonce()
Dsmp_keys.cc750 case SMP_MODEL_SEC_CONN_NUM_COMP: in smp_calculate_local_commitment()
789 case SMP_MODEL_SEC_CONN_NUM_COMP: in smp_calculate_peer_commitment()
Dsmp_int.h41 SMP_MODEL_SEC_CONN_NUM_COMP = 5, /* Numeric Comparison model */ enumerator