summaryrefslogtreecommitdiff
path: root/src/modules/bluetooth/bt-codec-api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/bluetooth/bt-codec-api.h')
-rw-r--r--src/modules/bluetooth/bt-codec-api.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/bluetooth/bt-codec-api.h b/src/modules/bluetooth/bt-codec-api.h
index 900ffe942..3ed47166a 100644
--- a/src/modules/bluetooth/bt-codec-api.h
+++ b/src/modules/bluetooth/bt-codec-api.h
@@ -26,6 +26,9 @@ typedef struct pa_bt_codec {
/* Human readable codec description */
const char *description;
+ /* True if codec is bi-directional and supports backchannel */
+ bool support_backchannel;
+
/* Initialize codec, returns codec info data and set sample_spec,
* for_encoding is true when codec_info is used for encoding,
* for_backchannel is true when codec_info is used for backchannel */