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

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

Add tACL_CONN::InUse am: b45df615 am: d5e352f4

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I2f6f6198f4347b99bbd413c6c1d1b4284c22b635
parents 56220289 d5e352f4
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -87,7 +87,11 @@ typedef struct {
  RawAddress active_remote_addr;
  RawAddress conn_addr;
  RawAddress remote_addr;
  bool in_use;
  bool in_use{false};

 public:
  bool InUse() const { return in_use; }

  bool link_up_issued;
  tBT_TRANSPORT transport;
  bool is_transport_br_edr() const { return transport == BT_TRANSPORT_BR_EDR; }