Searched defs:sbc_codec_cap (Results 1 – 2 of 2) sorted by relevance
72 struct sbc_codec_cap { struct96 struct sbc_codec_cap { argument97 struct avdtp_media_codec_capability cap;98 uint8_t frequency:4;99 uint8_t channel_mode:4;100 uint8_t block_length:4;101 uint8_t subbands:2;102 uint8_t allocation_method:2;103 uint8_t min_bitpool;104 uint8_t max_bitpool;
172 struct sbc_codec_cap { struct173 struct avdtp_media_codec_capability cap;174 uint8_t channel_mode:4;175 uint8_t frequency:4;176 uint8_t allocation_method:2;177 uint8_t subbands:2;178 uint8_t block_length:4;179 uint8_t min_bitpool;180 uint8_t max_bitpool;226 struct sbc_codec_cap { struct[all …]