mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 17:42:51 +00:00
hci: add ISO header to reassembly buffer
This commit is contained in:
parent
8b6f0b06f2
commit
12b3e92338
@ -752,9 +752,9 @@ typedef struct {
|
||||
uint16_t max_sdu_p_to_c;
|
||||
uint16_t iso_interval_1250us;
|
||||
|
||||
// re-assembly buffer
|
||||
// re-assembly buffer (includes ISO packet header with timestamp)
|
||||
uint16_t reassembly_pos;
|
||||
uint8_t reassembly_buffer[HCI_ISO_PAYLOAD_SIZE];
|
||||
uint8_t reassembly_buffer[12 + HCI_ISO_PAYLOAD_SIZE];
|
||||
|
||||
// number packets sent to controller
|
||||
uint8_t num_packets_sent;
|
||||
|
Loading…
x
Reference in New Issue
Block a user