Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_utils.cc191 {{SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_ENCRYPTION_ONLY,
192 SMP_MODEL_PASSKEY, SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_PASSKEY},
195 {SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_ENCRYPTION_ONLY,
196 SMP_MODEL_PASSKEY, SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_PASSKEY},
200 SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_KEY_NOTIF},
203 {SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_ENCRYPTION_ONLY,
204 SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_ENCRYPTION_ONLY,
205 SMP_MODEL_ENCRYPTION_ONLY},
209 SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_KEY_NOTIF}},
214 {{SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_ENCRYPTION_ONLY,
[all …]
Dsmp_int.h33 #define SMP_MODEL_ENCRYPTION_ONLY 0 /* Just Works model */ macro
Dsmp_act.cc1229 case SMP_MODEL_ENCRYPTION_ONLY: /* TK = 0, go calculate Confirm */ in smp_decide_association_model()