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

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

Add tACL_CONN::InUse am: b45df615

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ieb85d3cbd9b22fead3cdfc1e339c0fada15c407a
parents 61a97480 b45df615
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; }