mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-12 10:13:43 +00:00
hfp: fix emit HFP_SUBEVENT_AUDIO_CONNECTION_ESTABLISHED
This commit is contained in:
parent
9a0af64aaa
commit
1a9e9d0b0c
@ -502,6 +502,7 @@ void hfp_emit_sco_connection_established(hfp_connection_t *hfp_connection, uint8
|
||||
pos += 6;
|
||||
event[pos++] = negotiated_codec;
|
||||
little_endian_store_16(event, pos, hfp_connection->packet_types);
|
||||
pos += 2;
|
||||
little_endian_store_16(event, pos, rx_packet_length);
|
||||
pos += 2;
|
||||
little_endian_store_16(event, pos, tx_packet_length);
|
||||
|
Loading…
x
Reference in New Issue
Block a user