aboutsummaryrefslogtreecommitdiff
path: root/audio_hearing_aid_hw/include/audio_hearing_aid_hw.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio_hearing_aid_hw/include/audio_hearing_aid_hw.h')
-rw-r--r--audio_hearing_aid_hw/include/audio_hearing_aid_hw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio_hearing_aid_hw/include/audio_hearing_aid_hw.h b/audio_hearing_aid_hw/include/audio_hearing_aid_hw.h
index 8e4f2559d..56d857669 100644
--- a/audio_hearing_aid_hw/include/audio_hearing_aid_hw.h
+++ b/audio_hearing_aid_hw/include/audio_hearing_aid_hw.h
@@ -144,4 +144,7 @@ extern size_t audio_ha_hw_stream_compute_buffer_size(
btav_a2dp_codec_bits_per_sample_t codec_bits_per_sample,
btav_a2dp_codec_channel_mode_t codec_channel_mode);
+// Returns a string representation of |event|.
+extern const char* audio_ha_hw_dump_ctrl_event(tHEARING_AID_CTRL_CMD event);
+
#endif /* AUDIO_HEARING_AID_HW_H */