hci: release outgoing buffer on disconnect if waiting to send another ACL fragment

This commit is contained in:
Matthias Ringwald 2019-01-17 19:22:35 +01:00
parent 81d2bdb29c
commit 4cec621274

View File

@ -730,6 +730,7 @@ typedef struct {
uint8_t hci_packet_buffer_reserved;
uint16_t acl_fragmentation_pos;
uint16_t acl_fragmentation_total_size;
uint8_t acl_fragmentation_tx_active;
/* host to controller flow control */
uint8_t num_cmd_packets;