We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13222da commit 0ff91c1Copy full SHA for 0ff91c1
UNITTESTS/stubs/AT_CellularContext_stub.cpp
@@ -82,6 +82,8 @@ uint32_t AT_CellularContext::get_timeout_for_operation(ContextOperation op) cons
82
return timeout;
83
}
84
85
+
86
87
bool AT_CellularContext::is_connected()
88
{
89
return true;
@@ -197,6 +199,12 @@ nsapi_error_t AT_CellularContext::disconnect()
197
199
return NSAPI_ERROR_OK;
198
200
201
202
203
+nsapi_connection_status_t AT_CellularContext::get_connection_status() const
204
+{
205
+ return NSAPI_STATUS_DISCONNECTED;
206
+}
207
208
nsapi_error_t AT_CellularContext::get_apn_backoff_timer(int &backoff_timer)
209
210
0 commit comments