Lines Matching defs:sbc_codec_cap
172 struct sbc_codec_cap { struct
173 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
227 struct avdtp_media_codec_capability cap;
228 uint8_t frequency:4;
229 uint8_t channel_mode:4;
230 uint8_t block_length:4;
231 uint8_t subbands:2;
232 uint8_t allocation_method:2;
233 uint8_t min_bitpool;
234 uint8_t max_bitpool;