Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/smp/
Dsmp_utils.cc256 {{SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_JUSTWORKS,
257 SMP_MODEL_SEC_CONN_PASSKEY_ENT, SMP_MODEL_SEC_CONN_JUSTWORKS,
261 {SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_NUM_COMP,
262 SMP_MODEL_SEC_CONN_PASSKEY_ENT, SMP_MODEL_SEC_CONN_JUSTWORKS,
267 SMP_MODEL_SEC_CONN_PASSKEY_ENT, SMP_MODEL_SEC_CONN_JUSTWORKS,
271 {SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_JUSTWORKS,
272 SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_JUSTWORKS,
273 SMP_MODEL_SEC_CONN_JUSTWORKS},
277 SMP_MODEL_SEC_CONN_PASSKEY_ENT, SMP_MODEL_SEC_CONN_JUSTWORKS,
284 {{SMP_MODEL_SEC_CONN_JUSTWORKS, SMP_MODEL_SEC_CONN_JUSTWORKS,
[all …]
Dsmp_act.cc615 SMP_MODEL_SEC_CONN_JUSTWORKS))) { in smp_proc_pair_cmd()
636 (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS))) { in smp_proc_pair_cmd()
1465 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_decide_association_model()
1507 (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS))) { in smp_process_io_response()
1655 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS) { in smp_start_secure_connection_phase1()
1665 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_start_secure_connection_phase1()
1701 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_process_local_nonce()
1776 (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS) && in smp_process_peer_nonce()
1787 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_process_peer_nonce()
1803 if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS) { in smp_process_peer_nonce()
Dsmp_api.cc208 if (smp_cb.selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS) { in SMP_SecurityGrant()
Dsmp_keys.cc788 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_calculate_local_commitment()
825 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_calculate_peer_commitment()
Dsmp_int.h55 SMP_MODEL_SEC_CONN_JUSTWORKS = 4, /* Just Works model */ enumerator