Home
last modified time | relevance | path

Searched refs:ENOTCONN (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dproxy_client.c241 return -ENOTCONN; in proxy_recv()
252 return -ENOTCONN; in proxy_recv()
348 return -ENOTCONN; in proxy_segment_and_send()
384 return -ENOTCONN; in bt_mesh_proxy_client_send()
462 return -ENOTCONN; in prov_write_ccc()
484 return -ENOTCONN; in prov_recv_ntf()
535 return -ENOTCONN; in proxy_write_ccc()
556 return -ENOTCONN; in proxy_recv_ntf()
738 return -ENOTCONN; in bt_mesh_proxy_client_disconnect()
950 return -ENOTCONN; in bt_mesh_proxy_client_cfg_send()
Dprov.c527 return -ENOTCONN; in prov_send_gatt()
1654 return -ENOTCONN; in bt_mesh_pb_gatt_recv()
1713 return -ENOTCONN; in bt_mesh_pb_gatt_close()
Dproxy_server.c514 return -ENOTCONN; in proxy_recv()
1086 return -ENOTCONN; in bt_mesh_proxy_server_send()
Dprovisioner_prov.c1605 return -ENOTCONN;
3113 return -ENOTCONN;
3189 return -ENOTCONN;
3232 return -ENOTCONN;
/hal_espressif-3.6.0/components/esp_https_ota/src/
Desp_https_ota.c309 if (errno == ENOTCONN || errno == ECONNRESET || errno == ECONNABORTED || data_read < 0) { in read_header()
414 … if ((errno == ENOTCONN || errno == ECONNRESET || errno == ECONNABORTED) && !is_recv_complete) { in esp_https_ota_perform()
/hal_espressif-3.6.0/examples/system/ota/native_ota_example/main/
Dnative_ota_example.c215 if (errno == ECONNRESET || errno == ENOTCONN) { in ota_example_task()
/hal_espressif-3.6.0/examples/protocols/sockets/non_blocking/main/
Dnon_blocking_socket_example.c72 if (errno == ENOTCONN) { in try_receive()
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/
Drrm.c99 #ifndef ENOTCONN
100 #define ENOTCONN -1 macro
/hal_espressif-3.6.0/components/esp_http_client/
Desp_http_client.c1050 if (rlen == -1 && errno == ENOTCONN && client->response->is_chunked) {
1134 if (esp_transport_get_errno(client->transport) == ENOTCONN) {
/hal_espressif-3.6.0/components/tcp_transport/
Dtransport_ws.c829 if (sock_errno == ENOTCONN || sock_errno == ECONNRESET || sock_errno == ECONNABORTED) { in esp_transport_ws_poll_connection_closed()
/hal_espressif-3.6.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c300 } else if (errno == ENOTCONN) { in xMBTCPPortMasterGetBuf()