bearer-mbim: update connection timeout values
This commit is contained in:
@@ -356,7 +356,7 @@ connect_context_step (ConnectContext *ctx)
|
|||||||
|
|
||||||
mbim_device_command (ctx->device,
|
mbim_device_command (ctx->device,
|
||||||
message,
|
message,
|
||||||
10,
|
30,
|
||||||
NULL,
|
NULL,
|
||||||
(GAsyncReadyCallback)packet_service_set_ready,
|
(GAsyncReadyCallback)packet_service_set_ready,
|
||||||
ctx);
|
ctx);
|
||||||
@@ -459,7 +459,7 @@ connect_context_step (ConnectContext *ctx)
|
|||||||
|
|
||||||
mbim_device_command (ctx->device,
|
mbim_device_command (ctx->device,
|
||||||
message,
|
message,
|
||||||
10,
|
60,
|
||||||
NULL,
|
NULL,
|
||||||
(GAsyncReadyCallback)connect_set_ready,
|
(GAsyncReadyCallback)connect_set_ready,
|
||||||
ctx);
|
ctx);
|
||||||
|
Reference in New Issue
Block a user