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

Commit 5b832a7b authored by Chris Manton's avatar Chris Manton
Browse files

Group like functions main/shim/acl::

Towards readable code

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

Change-Id: I555d895b49c0eb0f9e8e1cd5f67a124f5eeeb23b
parent 1293129e
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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,
@@ -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: