Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_utils.c231 {{SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_PASSKEY_ENT,
232 SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_PASSKEY_ENT},
235 {SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_NUM_COMP, SMP_MODEL_SEC_CONN_PASSKEY_ENT,
236 SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_NUM_COMP},
240SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_PASSKEY_DISP},
243 {SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_JUSTWORKS,
244 SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_JUSTWORKS},
248 SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_NUM_COMP}},
254 {{SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_PASSKEY_DISP,
255 SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_PASSKEY_DISP},
[all …]
Dsmp_act.c612 (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS))) in smp_proc_pair_cmd()
637 (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS))) in smp_proc_pair_cmd()
1386 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_decide_association_model()
1434 (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS))) in smp_process_io_response()
1565 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS) in smp_start_secure_connection_phase1()
1578 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_start_secure_connection_phase1()
1616 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_process_local_nonce()
1696 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_process_peer_nonce()
1714 if(p_cb->selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS) in smp_process_peer_nonce()
Dsmp_int.h38 #define SMP_MODEL_SEC_CONN_JUSTWORKS 4 /* Secure Connections mode, Just Works model */ macro
Dsmp_keys.c1149 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_calculate_local_commitment()
1195 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_calculate_peer_commitment()