data type for the SBC Codec Information Element More...
#include <bt_a2dp_codecs.h>
Public Attributes | |
BT_A2DP_SAMPLE_FREQ | sampFreq |
BT_A2DP_CHANNEL_MODE | chMode |
uint8_t | blockLen |
uint8_t | numSubbands |
BT_A2DP_SBC_ALLOC_MODE | allocMthd |
uint8_t | maxBitpool |
uint8_t | minBitpool |
data type for the SBC Codec Information Element
sampFreq: bit7-bit4 are defined as sampling frequency chMode: bit3-bit0 are defined as channel mode blockLen: bit7-bit4 are defined as number of blocks numSubbands: bit3-bit2 are defined as number of subbands allocMthd: bit1-bit0 are defined as allocation mode maxBitpool: maximum bitpool value (<= 250) minBitpool: minimum bitpool value (>= 2)