![]() |
MT2523 API Reference
LinkIt SDK v4
|
This structure defines the A2DP codec capability. More...
#include <bt_a2dp.h>
Data Fields | |
| bt_a2dp_codec_type_t | type |
| Codec type. More... | |
| uint8_t | sep_type |
| A2DP role: SOURCE, SINK. More... | |
| uint8_t | length |
| The length of the following codec. More... | |
| union { | |
| bt_a2dp_aac_codec_t aac | |
| AAC codec. More... | |
| bt_a2dp_sbc_codec_t sbc | |
| SBC codec. More... | |
| } | codec |
| Codec information. More... | |
This structure defines the A2DP codec capability.
AAC codec.
| union { ... } codec |
Codec information.
| uint8_t length |
The length of the following codec.
SBC codec.
| uint8_t sep_type |
A2DP role: SOURCE, SINK.
| bt_a2dp_codec_type_t type |
Codec type.