Searched refs:SMP_MODEL_SEC_CONN_NUM_COMP (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/smp/ |
D | smp_utils.cc | 248 {SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_NUM_COMP, 250 SMP_MODEL_SEC_CONN_NUM_COMP}, 263 {SMP_MODEL_SEC_CONN_PASSKEY_DISP, SMP_MODEL_SEC_CONN_NUM_COMP, 265 SMP_MODEL_SEC_CONN_NUM_COMP}}, 276 {SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_NUM_COMP, 278 SMP_MODEL_SEC_CONN_NUM_COMP}, 291 {SMP_MODEL_SEC_CONN_PASSKEY_ENT, SMP_MODEL_SEC_CONN_NUM_COMP, 293 SMP_MODEL_SEC_CONN_NUM_COMP}}};
|
D | smp_act.cc | 1347 case SMP_MODEL_SEC_CONN_NUM_COMP: in smp_decide_association_model() 1513 case SMP_MODEL_SEC_CONN_NUM_COMP: in smp_start_secure_connection_phase1() 1549 case SMP_MODEL_SEC_CONN_NUM_COMP: in smp_process_local_nonce() 1634 case SMP_MODEL_SEC_CONN_NUM_COMP: in smp_process_peer_nonce()
|
D | smp_keys.cc | 756 case SMP_MODEL_SEC_CONN_NUM_COMP: in smp_calculate_local_commitment() 795 case SMP_MODEL_SEC_CONN_NUM_COMP: in smp_calculate_peer_commitment()
|
D | smp_int.h | 40 #define SMP_MODEL_SEC_CONN_NUM_COMP 5 /* Numeric Comparison model */ macro
|