mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-02 16:20:31 +00:00
avdtp_util: check DRC for
This commit is contained in:
parent
84e6c4d23f
commit
c1caf18b58
@ -1243,6 +1243,9 @@ avdtp_signaling_setup_media_codec_mpec_aac_config_event(uint8_t *event, uint16_t
|
|||||||
if (count_set_bits_uint32(object_type_bitmap) != 1) {
|
if (count_set_bits_uint32(object_type_bitmap) != 1) {
|
||||||
return CODEC_SPECIFIC_ERROR_CODE_INVALID_OBJECT_TYPE;
|
return CODEC_SPECIFIC_ERROR_CODE_INVALID_OBJECT_TYPE;
|
||||||
}
|
}
|
||||||
|
if ( (object_type_bitmap & 0x40) && (drc != 0u)){
|
||||||
|
return CODEC_SPECIFIC_ERROR_CODE_INVALID_DRC;
|
||||||
|
}
|
||||||
if (count_set_bits_uint32(sampling_frequency_bitmap) != 1){
|
if (count_set_bits_uint32(sampling_frequency_bitmap) != 1){
|
||||||
return CODEC_SPECIFIC_ERROR_CODE_INVALID_SAMPLING_FREQUENCY;
|
return CODEC_SPECIFIC_ERROR_CODE_INVALID_SAMPLING_FREQUENCY;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user