Zephyr API 3.6.99
|
Bluetooth LC3 codec handling. More...
#include <zephyr/sys/util_macro.h>
#include <zephyr/bluetooth/byteorder.h>
#include <zephyr/bluetooth/hci_types.h>
Go to the source code of this file.
Macros | |
#define | BT_AUDIO_CODEC_CAP_LC3_DATA(_freq, _duration, _chan_count, _len_min, _len_max, _max_frames_per_sdu) |
Helper to declare LC3 codec capability. | |
#define | BT_AUDIO_CODEC_CAP_LC3_META(_prefer_context) |
Helper to declare LC3 codec metadata. | |
#define | BT_AUDIO_CODEC_CAP_LC3(_freq, _duration, _chan_count, _len_min, _len_max, _max_frames_per_sdu, _prefer_context) |
Helper to declare LC3 codec. | |
#define | BT_AUDIO_CODEC_CFG_LC3_DATA(_freq, _duration, _loc, _len, _frames_per_sdu) |
Helper to declare LC3 codec data configuration. | |
#define | BT_AUDIO_CODEC_CFG_LC3_META(_stream_context) |
Helper to declare LC3 codec metadata configuration. | |
#define | BT_AUDIO_CODEC_LC3_CONFIG(_freq, _duration, _loc, _len, _frames_per_sdu, _stream_context) |
Helper to declare LC3 codec configuration. | |
Bluetooth LC3 codec handling.