![]() |
MT2523 API Reference
LinkIt SDK v4
|
This structure defines the SBC codec details. More...
#include <bt_codec.h>
Data Fields | |
| uint8_t | min_bit_pool |
| The minimum bit pool. More... | |
| uint8_t | max_bit_pool |
| The maximum bit pool. More... | |
| uint8_t | block_length |
| b0: 16, b1: 12, b2: 8, b3: 4. More... | |
| uint8_t | subband_num |
| b0: 8, b1: 4. More... | |
| uint8_t | alloc_method |
| b0: loudness, b1: SNR. More... | |
| uint8_t | sample_rate |
| b0: 48000, b1: 44100, b2: 32000, b3: 16000. More... | |
| uint8_t | channel_mode |
| b0: joint stereo, b1: stereo, b2: dual channel, b3: mono. More... | |
This structure defines the SBC codec details.
| uint8_t alloc_method |
b0: loudness, b1: SNR.
| uint8_t block_length |
b0: 16, b1: 12, b2: 8, b3: 4.
| uint8_t channel_mode |
b0: joint stereo, b1: stereo, b2: dual channel, b3: mono.
| uint8_t max_bit_pool |
The maximum bit pool.
| uint8_t min_bit_pool |
The minimum bit pool.
| uint8_t sample_rate |
b0: 48000, b1: 44100, b2: 32000, b3: 16000.
| uint8_t subband_num |
b0: 8, b1: 4.