Home
last modified time | relevance | path

Searched refs:SMP_MODEL_ENCRYPTION_ONLY (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/smp/
Dsmp_utils.cc193 {{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 …]
Dsmp_api.cc289 } else if (smp_cb.selected_association_model == SMP_MODEL_ENCRYPTION_ONLY) { in SMP_SecurityGrant()
Dsmp_int.h35 SMP_MODEL_ENCRYPTION_ONLY = 0, /* Just Works model */ enumerator
Dsmp_act.cc1328 case SMP_MODEL_ENCRYPTION_ONLY: /* TK = 0, go calculate Confirm */ in smp_decide_association_model()