Implement the event handling logic for AVC
[platform/core/connectivity/bluetooth-frwk.git] / bt-service-adaptation / services / include / bt-service-audio-common.h
index b0f2f69..a6c866d 100644 (file)
@@ -149,7 +149,11 @@ int _bt_audio_is_avc_activated(bool *activated);
 
 int _bt_audio_get_avc_mode(unsigned int *avc_mode);
 
-int _bt_audio_notify_avc_mode_changed(unsigned int avc_mode);
+void _bt_audio_handle_adapter_disabled(void);
+
+void _bt_audio_handle_a2dp_state_changed(const char *address, bool connected);
+
+void _bt_audio_handle_transport_volume_changed(unsigned int bt_vol);
 #endif
 
 int _bt_hf_connect(bluetooth_device_address_t *device_address);