Home
last modified time | relevance | path

Searched refs:MP_ENOTCONN (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dmperrno.h82 #define MP_ENOTCONN (107) // Transport endpoint is not connected macro
138 #define MP_ENOTCONN ENOTCONN macro
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodlwip.c212 MP_ENOTCONN, /* ERR_CLSD -10 Connection closed. */
213 MP_ENOTCONN, /* ERR_CONN -11 Not connected. */
235 MP_ENOTCONN, /* ERR_CLSD -12 Connection closed. */
236 MP_ENOTCONN, /* ERR_CONN -13 Not connected. */
257 MP_ENOTCONN, /* ERR_CONN -11 Not connected */
261 MP_ENOTCONN, /* ERR_CLSD -15 Connection closed */
761 *_errno = MP_ENOTCONN; in lwip_tcp_receive()
A Dmodussl_axtls.c174 r = MP_ENOTCONN; in ussl_socket_new()
A Dmodbluetooth.c682 } else if (err == MP_ENOTCONN) { in bluetooth_ble_gap_disconnect()
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/
A Dmodbluetooth_btstack.c74 return MP_ENOTCONN; in btstack_error_to_errno()
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dmodbluetooth_nimble.c75 [BLE_HS_ENOTCONN] = MP_ENOTCONN,

Completed in 19 milliseconds