From: Marcel Holtmann Date: Sat, 20 Dec 2008 06:26:07 +0000 (+0100) Subject: Return failure when disabling Bluetooth X-Git-Tag: accepted/2.0alpha-wayland/20121110.002834~4393 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d5ec9de1cc7c0c50b8b54affc09b69f6a51b931;p=profile%2Fivi%2Fconnman.git Return failure when disabling Bluetooth --- diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c index 6b0f05c..6988693 100644 --- a/plugins/bluetooth.c +++ b/plugins/bluetooth.c @@ -64,7 +64,7 @@ static int bluetooth_disable(struct connman_element *device) { DBG("device %p name %s", device, device->name); - return 0; + return -EINVAL; } static struct connman_driver bluetooth_driver = {