Searched refs:SMP_MODEL_ENCRYPTION_ONLY (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/smp/ |
D | smp_utils.cc | 191 {{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 …]
|
D | smp_int.h | 34 #define SMP_MODEL_ENCRYPTION_ONLY 0 /* Just Works model */ macro
|
D | smp_act.cc | 1295 case SMP_MODEL_ENCRYPTION_ONLY: /* TK = 0, go calculate Confirm */ in smp_decide_association_model()
|