Add the SetAbsoluteVolume API for AVRCP controller
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / include / bt-service-avrcp-controller.h
index 81aaa0f..722f408 100755 (executable)
@@ -32,6 +32,7 @@ extern "C" {
 
 
 #define BT_MEDIA_CONTROL_PATH "%s/player0"
+#define BT_MEDIA_TRANSPORT_PATH "%s/fd0"
 
 int _bt_avrcp_control_cmd(int type);
 
@@ -39,6 +40,8 @@ int _bt_avrcp_control_set_property(int type, unsigned int value);
 
 int _bt_avrcp_control_get_property(int type, unsigned int *value);
 
+int _bt_avrcp_transport_set_property(int type, unsigned int value);
+
 int _bt_avrcp_control_get_track_info(media_metadata_attributes_t *metadata);
 
 void _bt_handle_avrcp_control_event(GVariant *reply, const char *path);