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

Commit 0d8f2f5f authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Group like functions main/shim/acl:: am: 5b832a7b

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1536996

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I9cf1beed98f442fbebbd8a745bac246518a455ee
parents fae8ad5d 5b832a7b
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: