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