mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-02 07:20:16 +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:{
|
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);
|
avrcp_target_response_vendor_dependent_reject(connection, pdu_id, AVRCP_STATUS_PARAMETER_CONTENT_ERROR);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user