summaryrefslogtreecommitdiffstats
path: root/hci/include/packet_fragmenter.h
diff options
context:
space:
mode:
Diffstat (limited to 'hci/include/packet_fragmenter.h')
-rw-r--r--hci/include/packet_fragmenter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hci/include/packet_fragmenter.h b/hci/include/packet_fragmenter.h
index 93dc97ef9..c7f643e21 100644
--- a/hci/include/packet_fragmenter.h
+++ b/hci/include/packet_fragmenter.h
@@ -22,6 +22,7 @@
#include "bt_types.h"
#include "hci_layer.h"
+typedef void (*transmit_finished_cb)(BT_HDR *packet, bool all_fragments_sent);
typedef void (*packet_reassembled_cb)(BT_HDR *packet);
typedef void (*packet_fragmented_cb)(BT_HDR *packet, bool send_transmit_finished);