mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 04:20:20 +00:00
avrcp_target: allow for interim response
This commit is contained in:
parent
4f29390289
commit
698b7747d7
@ -1300,7 +1300,7 @@ static void avrcp_handle_l2cap_data_packet_for_signaling_connection(avrcp_connec
|
||||
}
|
||||
|
||||
case AVRCP_PDU_ID_REGISTER_NOTIFICATION:{
|
||||
if (length != 1){
|
||||
if (length < 1){
|
||||
avrcp_target_response_vendor_dependent_reject(connection, pdu_id, AVRCP_STATUS_PARAMETER_CONTENT_ERROR);
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user