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

Commit 1144532b authored by Chris Manton's avatar Chris Manton
Browse files

Add tACL_CONN::RemoteAddress

Towards encapsulation

Bug: 163134718
Tag: #refactor
Test: gd/cert/run --host

Change-Id: Ifc6ee3fe951a34d03a44bdd5273294651c4a0686
parent a73cd7d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -192,6 +192,7 @@ struct sACL_CONN {


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


  bool link_up_issued;
  bool link_up_issued;
  tBT_TRANSPORT transport;
  tBT_TRANSPORT transport;