mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-10 15:40:11 +00:00
hci_transport_h4_embedded: fix offset for SCO length byte
This commit is contained in:
parent
664e8b55a1
commit
af2052448e
@ -216,7 +216,7 @@ static void h4_block_received(void){
|
||||
break;
|
||||
|
||||
case H4_W4_SCO_HEADER:
|
||||
bytes_to_read = hci_packet[2];
|
||||
bytes_to_read = hci_packet[3];
|
||||
if (bytes_to_read == 0) {
|
||||
h4_state = H4_PACKET_RECEIVED;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user