mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-19 15:40:52 +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" {
|
||||
#endif
|
||||
|
||||
enum btstack_codec_ids_e {
|
||||
BTSTACK_CODEC_ID_NONE = 0,
|
||||
BTSTACK_CODEC_ID_COUNTER,
|
||||
BTSTACK_CODEC_ID_LOOPBACK,
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief Init sink functionality
|
||||
* @param filename_wav
|
||||
|
Loading…
x
Reference in New Issue
Block a user