Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f047d2ec authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Add API for tBTM_SEC_DEV_REC::has_ble am: d8da03d3 am: 7e382d62 am: c18122e3

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1585528

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I5ca658df389e03c4d9c251508ded680ae7760dd8
parents 04309fd2 c18122e3
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -396,6 +396,9 @@ struct tBTM_SEC_DEV_REC {
    return device_type == BT_DEVICE_TYPE_DUMO;
    return device_type == BT_DEVICE_TYPE_DUMO;
  }
  }


  bool is_device_type_has_ble() const {
    return device_type & BT_DEVICE_TYPE_BLE;
  }
  bool new_encryption_key_is_p256; /* Set to true when the newly generated LK
  bool new_encryption_key_is_p256; /* Set to true when the newly generated LK
                                   ** is generated from P-256.
                                   ** is generated from P-256.
                                   ** Link encrypted with such LK can be used
                                   ** Link encrypted with such LK can be used