mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
avrcp_target: fix command handling (regression from 9970238)
This commit is contained in:
parent
2c50df938b
commit
e8ad6d132a
@ -780,7 +780,7 @@ static void avrcp_handle_l2cap_data_packet_for_signaling_connection(avrcp_connec
|
||||
|
||||
avrcp_command_opcode_t opcode = (avrcp_command_opcode_t) avrcp_cmd_opcode(packet,size);
|
||||
|
||||
int pos = 4;
|
||||
int pos = 6;
|
||||
uint16_t length;
|
||||
avrcp_pdu_id_t pdu_id;
|
||||
connection->cmd_operands_length = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user