Loading system/stack/acl/acl.h +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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; Loading Loading
system/stack/acl/acl.h +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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; Loading