Searched refs:ENOTCONN (Results 1 – 11 of 11) sorted by relevance
241 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()
527 return -ENOTCONN; in prov_send_gatt()1654 return -ENOTCONN; in bt_mesh_pb_gatt_recv()1713 return -ENOTCONN; in bt_mesh_pb_gatt_close()
514 return -ENOTCONN; in proxy_recv()1086 return -ENOTCONN; in bt_mesh_proxy_server_send()
1605 return -ENOTCONN;3113 return -ENOTCONN;3189 return -ENOTCONN;3232 return -ENOTCONN;
309 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()
215 if (errno == ECONNRESET || errno == ENOTCONN) { in ota_example_task()
72 if (errno == ENOTCONN) { in try_receive()
99 #ifndef ENOTCONN100 #define ENOTCONN -1 macro
1050 if (rlen == -1 && errno == ENOTCONN && client->response->is_chunked) {1134 if (esp_transport_get_errno(client->transport) == ENOTCONN) {
829 if (sock_errno == ENOTCONN || sock_errno == ECONNRESET || sock_errno == ECONNABORTED) { in esp_transport_ws_poll_connection_closed()
300 } else if (errno == ENOTCONN) { in xMBTCPPortMasterGetBuf()