Searched refs:SMP_MODEL_ENCRYPTION_ONLY (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/bt/stack/smp/ |
H A D | smp_utils.cc | 193 {{SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_ENCRYPTION_ONLY, 197 {SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_ENCRYPTION_ONLY, 205 {SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_ENCRYPTION_ONLY, 206 SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_ENCRYPTION_ONLY, 207 SMP_MODEL_ENCRYPTION_ONLY}, 216 {{SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_ENCRYPTION_ONLY, 220 {SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_ENCRYPTION_ONLY, 228 {SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_ENCRYPTION_ONLY, 229 SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_ENCRYPTION_ONLY, 230 SMP_MODEL_ENCRYPTION_ONLY}, [all …]
|
H A D | smp_api.cc | 289 } else if (smp_cb.selected_association_model == SMP_MODEL_ENCRYPTION_ONLY) { in SMP_SecurityGrant()
|
H A D | smp_int.h | 35 SMP_MODEL_ENCRYPTION_ONLY = 0, /* Just Works model */ enumerator
|
H A D | smp_act.cc | 1328 case SMP_MODEL_ENCRYPTION_ONLY: /* TK = 0, go calculate Confirm */ in smp_decide_association_model()
|