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.cc243 {{SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_JUSTWORKS,
244 SMP_MODEL_SEC_CONN_PASSKEY_ENT, SMP_MODEL_SEC_CONN_JUSTWORKS,
248 {SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_NUM_COMP,
249 SMP_MODEL_SEC_CONN_PASSKEY_ENT, SMP_MODEL_SEC_CONN_JUSTWORKS,
254 SMP_MODEL_SEC_CONN_PASSKEY_ENT, SMP_MODEL_SEC_CONN_JUSTWORKS,
258 {SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_JUSTWORKS,
259 SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_JUSTWORKS,
260 SMP_MODEL_SEC_CONN_JUSTWORKS},
264 SMP_MODEL_SEC_CONN_PASSKEY_ENT, SMP_MODEL_SEC_CONN_JUSTWORKS,
271 {{SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_JUSTWORKS,
[all …]
Dsmp_act.cc565 SMP_MODEL_SEC_CONN_JUSTWORKS))) { in smp_proc_pair_cmd()
587 (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS))) { in smp_proc_pair_cmd()
1346 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_decide_association_model()
1390 (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS))) { in smp_process_io_response()
1501 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS) { in smp_start_secure_connection_phase1()
1512 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_start_secure_connection_phase1()
1548 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_process_local_nonce()
1622 (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS) && in smp_process_peer_nonce()
1633 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_process_peer_nonce()
1649 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS) { in smp_process_peer_nonce()
Dsmp_keys.cc753 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_calculate_local_commitment()
792 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_calculate_peer_commitment()
Dsmp_int.h39 #define SMP_MODEL_SEC_CONN_JUSTWORKS 4 /* Just Works model */ macro