Home
last modified time | relevance | path

Searched defs:sbc_codec_cap (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluez/audio/
Da2dp.h72 struct sbc_codec_cap { struct
96 struct sbc_codec_cap { argument
97 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;
/external/bluetooth/bluez/tools/
Davinfo.c172 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
[all …]