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

Commit 0cf8b7a6 authored by Chris Manton's avatar Chris Manton
Browse files

gd: Make address protected to set it for tests

Bug: 184604254
Test: gd/cert/run
Tag: #refactor
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: I36b30d48a453bbd27c804d319971061059c9a3cf
parent 21cd454a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -76,7 +76,11 @@ class ClassicAclConnection : public AclConnection {

 private:
  AclConnectionInterface* acl_connection_interface_;

 protected:
  Address address_;

 private:
  struct impl;
  struct impl* pimpl_ = nullptr;
  DISALLOW_COPY_AND_ASSIGN(ClassicAclConnection);