mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-21 21:41:13 +00:00
le_audio_demo_util_sink: add test codec ids
This commit is contained in:
parent
b915178959
commit
04405944da
@ -45,6 +45,12 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
enum btstack_codec_ids_e {
|
||||||
|
BTSTACK_CODEC_ID_NONE = 0,
|
||||||
|
BTSTACK_CODEC_ID_COUNTER,
|
||||||
|
BTSTACK_CODEC_ID_LOOPBACK,
|
||||||
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Init sink functionality
|
* @brief Init sink functionality
|
||||||
* @param filename_wav
|
* @param filename_wav
|
||||||
|
Loading…
x
Reference in New Issue
Block a user