Implement set / get volume logic from transport
[platform/core/connectivity/bluetooth-frwk.git] / bt-service-adaptation / services / include / bt-service-avrcp-tg.h
index e5e1ad6..9ad8239 100755 (executable)
@@ -58,6 +58,10 @@ int _bt_avrcp_disconnect_remote_ctrl(bluetooth_device_address_t *address);
 
 int _bt_avrcp_set_track_info(media_metadata_attributes_t *meta_data);
 
+int _bt_avrcp_target_notify_volume(bluetooth_device_address_t *address, unsigned int volume);
+
+int _bt_avrcp_target_get_volume(bluetooth_device_address_t *address, unsigned int *volume);
+
 int _bt_avrcp_set_properties(media_player_settings_t *properties);
 
 int _bt_avrcp_set_property(int type, unsigned int value);