X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bt-service-adaptation%2Fservices%2Fadapter%2Fbt-service-core-adapter.c;h=1eb95d40a09f8041a0b38de92d9ba34cc0f29a44;hb=4ccac0f25f60bbc7056b24caf0cda7b8707bd5a8;hp=22c180502a6b77d327496b950e985d2ea0693be9;hpb=332fb3e4ad7241ec40064deaf0e98ee5e158fcb8;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/bt-service-adaptation/services/adapter/bt-service-core-adapter.c b/bt-service-adaptation/services/adapter/bt-service-core-adapter.c index 22c1805..1eb95d4 100644 --- a/bt-service-adaptation/services/adapter/bt-service-core-adapter.c +++ b/bt-service-adaptation/services/adapter/bt-service-core-adapter.c @@ -1604,6 +1604,11 @@ static void __bt_adapter_update_bt_disabled(void) _bt_device_handle_adapter_state(FALSE); +#ifdef TIZEN_FEATURE_BT_AVC_TARGET + /* Send the information to Absolute Volume Controller */ + _bt_audio_handle_adapter_disabled(); +#endif + /* Update the vconf BT status in normal Deactivation case only */ ret = vconf_get_int(VCONFKEY_SYSMAN_POWER_OFF_STATUS, &power_off_status); BT_DBG("ret : %d, power_off_status : %d", ret, power_off_status);