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

Commit 728298b3 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Add main/shim/acl_legacy_interface::on_packets_completed am: f06f67c0 am: b5c0f04e

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

Change-Id: Id3f4990c79f889df90b46fb8c1f408b99e94960a
parents 00a8c659 b5c0f04e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@ typedef struct {

typedef struct {
  void (*on_send_data_upwards)(BT_HDR*);
  void (*on_packets_completed)(uint16_t handle, uint16_t num_packets);
  acl_connection_interface_t connection;
  acl_link_interface_t link;
} acl_interface_t;