Searched refs:SMP_MODEL_SEC_CONN_JUSTWORKS (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_utils.cc | 256 {{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 …]
|
D | smp_act.cc | 615 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()
|
D | smp_api.cc | 208 if (smp_cb.selected_association_model == SMP_MODEL_SEC_CONN_JUSTWORKS) { in SMP_SecurityGrant()
|
D | smp_keys.cc | 788 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_calculate_local_commitment() 825 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_calculate_peer_commitment()
|
D | smp_int.h | 55 SMP_MODEL_SEC_CONN_JUSTWORKS = 4, /* Just Works model */ enumerator
|