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

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

Add APIs stack/btm/security_device_record:: am: 50ea851e

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I000869e1f66634cb4d44aa520b288801c3397763
parents 712497b2 50ea851e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -188,6 +188,10 @@ struct tBTM_SEC_DEV_REC {
  DEV_CLASS dev_class;     /* DEV_CLASS of the device            */
  LinkKey link_key;        /* Device link key                    */

 public:
  RawAddress RemoteAddress() const { return bd_addr; }
  uint16_t get_br_edr_hci_handle() const { return hci_handle; }

 private:
  friend bool BTM_SecAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class,
                               BD_NAME bd_name, uint8_t* features,