Searched refs:SMP_MODEL_SEC_CONN_JUSTWORKS (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/smp/ |
D | smp_utils.c | 231 {{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}, 240 … SMP_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 …]
|
D | smp_act.c | 612 (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()
|
D | smp_int.h | 38 #define SMP_MODEL_SEC_CONN_JUSTWORKS 4 /* Secure Connections mode, Just Works model */ macro
|
D | smp_keys.c | 1149 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_calculate_local_commitment() 1195 case SMP_MODEL_SEC_CONN_JUSTWORKS: in smp_calculate_peer_commitment()
|