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

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

Add tACL_CONN::InUse am: b45df615 am: d5e352f4 am: 2ed3e244

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ie26380b757ce5b626794cb1d6220a7adc4e501c3
parents 30cb64f2 2ed3e244
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; }