Searched refs:SMP_MODEL_ENCRYPTION_ONLY (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_utils.cc | 204 {{SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_ENCRYPTION_ONLY, 205 SMP_MODEL_PASSKEY, SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_PASSKEY}, 208 {SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_ENCRYPTION_ONLY, 209 SMP_MODEL_PASSKEY, SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_PASSKEY}, 213 SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_KEY_NOTIF}, 216 {SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_ENCRYPTION_ONLY, 217 SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_ENCRYPTION_ONLY, 218 SMP_MODEL_ENCRYPTION_ONLY}, 222 SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_KEY_NOTIF}}, 227 {{SMP_MODEL_ENCRYPTION_ONLY, SMP_MODEL_ENCRYPTION_ONLY, [all …]
|
D | smp_api.cc | 218 } else if (smp_cb.selected_association_model == SMP_MODEL_ENCRYPTION_ONLY) { in SMP_SecurityGrant()
|
D | smp_int.h | 50 SMP_MODEL_ENCRYPTION_ONLY = 0, /* Just Works model */ enumerator
|
D | smp_act.cc | 1405 case SMP_MODEL_ENCRYPTION_ONLY: /* TK = 0, go calculate Confirm */ in smp_decide_association_model()
|