X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bt-service-adaptation%2Fservices%2Faudio%2Favrcp%2Fbt-service-avrcp-ctrl.c;h=39d41d7f33368de7d13b1ed537802fe1fbb2b735;hb=2cb2e9db058f968c2d582cdd4a9f62fe2b9941f5;hp=4c280d200cc6329019fb07e3e42b6cde8b3fa9b1;hpb=36594242635d8c875378e7fb9b9d14699abf887b;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/bt-service-adaptation/services/audio/avrcp/bt-service-avrcp-ctrl.c b/bt-service-adaptation/services/audio/avrcp/bt-service-avrcp-ctrl.c index 4c280d2..39d41d7 100644 --- a/bt-service-adaptation/services/audio/avrcp/bt-service-avrcp-ctrl.c +++ b/bt-service-adaptation/services/audio/avrcp/bt-service-avrcp-ctrl.c @@ -166,6 +166,12 @@ int _bt_avrcp_control_cmd(int type) case RC_PASS_CMD_RELEASE_REWIND: status = avrcp_ct_rewind((bt_address_t*)&device_address, RELEASE_STATE); break; + case RC_PASS_CMD_VOLUME_UP: + status = avrcp_ct_volume_up((bt_address_t*)&device_address); + break; + case RC_PASS_CMD_VOLUME_DOWN: + status = avrcp_ct_volume_down((bt_address_t*)&device_address); + break; default: break; }