mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-09 21:45:54 +00:00
hci_transport_h4: fix receive long iso packets
This commit is contained in:
parent
b63105b5a4
commit
d8910fa82b
@ -247,7 +247,7 @@ static void hci_transport_h4_block_read(void){
|
||||
#ifdef ENABLE_LE_ISOCHRONOUS_STREAMS
|
||||
case HCI_ISO_DATA_PACKET:
|
||||
bytes_to_read = HCI_ISO_HEADER_SIZE;
|
||||
h4_state = H4_W4_SCO_HEADER;
|
||||
h4_state = H4_W4_ISO_HEADER;
|
||||
break;
|
||||
#endif
|
||||
#ifdef ENABLE_EHCILL
|
||||
|
Loading…
x
Reference in New Issue
Block a user