Loading system/main/shim/acl.h +2 −3 Original line number Diff line number Diff line Loading @@ -42,6 +42,8 @@ class Acl : public hci::acl_manager::ConnectionCallbacks, const bluetooth::hci::AddressWithType& address_with_type); void CancelLeConnection( const bluetooth::hci::AddressWithType& address_with_type); void DisconnectClassic(uint16_t handle, tHCI_STATUS reason); void DisconnectLe(uint16_t handle, tHCI_STATUS reason); void OnLeConnectSuccess( hci::AddressWithType, Loading @@ -59,9 +61,6 @@ class Acl : public hci::acl_manager::ConnectionCallbacks, void ConfigureLePrivacy(bool is_le_privacy_enabled); void DisconnectClassic(uint16_t handle, tHCI_STATUS reason); void DisconnectLe(uint16_t handle, tHCI_STATUS reason); void Dump(int fd) const; protected: Loading Loading
system/main/shim/acl.h +2 −3 Original line number Diff line number Diff line Loading @@ -42,6 +42,8 @@ class Acl : public hci::acl_manager::ConnectionCallbacks, const bluetooth::hci::AddressWithType& address_with_type); void CancelLeConnection( const bluetooth::hci::AddressWithType& address_with_type); void DisconnectClassic(uint16_t handle, tHCI_STATUS reason); void DisconnectLe(uint16_t handle, tHCI_STATUS reason); void OnLeConnectSuccess( hci::AddressWithType, Loading @@ -59,9 +61,6 @@ class Acl : public hci::acl_manager::ConnectionCallbacks, void ConfigureLePrivacy(bool is_le_privacy_enabled); void DisconnectClassic(uint16_t handle, tHCI_STATUS reason); void DisconnectLe(uint16_t handle, tHCI_STATUS reason); void Dump(int fd) const; protected: Loading