X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bt-service-adaptation%2Fservices%2Faudio%2Favrcp%2Fbt-service-avrcp-tg.c;h=d36078018b43cae475e33a808b9865851bf47ecb;hb=4ccac0f25f60bbc7056b24caf0cda7b8707bd5a8;hp=656bcbc9006b97e03c36c13061ac5c1a99cc42a9;hpb=332fb3e4ad7241ec40064deaf0e98ee5e158fcb8;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/bt-service-adaptation/services/audio/avrcp/bt-service-avrcp-tg.c b/bt-service-adaptation/services/audio/avrcp/bt-service-avrcp-tg.c index 656bcbc..d360780 100644 --- a/bt-service-adaptation/services/audio/avrcp/bt-service-avrcp-tg.c +++ b/bt-service-adaptation/services/audio/avrcp/bt-service-avrcp-tg.c @@ -532,17 +532,7 @@ static void __handle_transport_property_delay(unsigned int *value) static void __handle_transport_property_volume(unsigned int avrcp_volume) { #ifdef TIZEN_FEATURE_BT_AVC_TARGET - unsigned int system_volume = 0; - - BT_DBG("+"); - - /* Need to add the logic for platform */ - - _bt_send_event(BT_AVRCP_EVENT, - BLUETOOTH_EVENT_AVRCP_VOLUME_CHANGED, - g_variant_new("(u)", system_volume)); - - BT_DBG("-"); + _bt_audio_handle_transport_volume_changed(avrcp_volume); #endif }