diff options
-rw-r--r-- | plugins/hfp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hfp.c b/plugins/hfp.c index f66b6a0b..9191af2c 100644 --- a/plugins/hfp.c +++ b/plugins/hfp.c @@ -860,7 +860,7 @@ static int hfp_disable(struct ofono_modem *modem) status = send_method_call_with_reply(BLUEZ_SERVICE, data->handsfree_path, BLUEZ_GATEWAY_INTERFACE, "Disconnect", - hfp_power_down, modem, -1, DBUS_TYPE_INVALID); + hfp_power_down, modem, 15, DBUS_TYPE_INVALID); if (status < 0) return -EINVAL; |