Home
last modified time | relevance | path

Searched refs:endpoints (Results 1 – 22 of 22) sorted by relevance

/hal_espressif-3.6.0/examples/protocols/asio/asio_chat/main/
Dclient.hpp24 const asio::ip::tcp::resolver::results_type& endpoints) in chat_client() argument
28 do_connect(endpoints); in chat_client()
51 void do_connect(const asio::ip::tcp::resolver::results_type& endpoints) in do_connect() argument
53 asio::async_connect(socket_, endpoints, in do_connect()
Dasio_chat.cpp51 auto endpoints = resolver.resolve(name, port); in start_client() local
52 chat_client c(io_context, endpoints); in start_client()
/hal_espressif-3.6.0/examples/protocols/asio/ssl_client_server/main/
Dasio_ssl_main.cpp42 const tcp::resolver::results_type &endpoints) in Client() argument
52 connect(endpoints); in Client()
56 void connect(const tcp::resolver::results_type &endpoints) in connect() argument
58 asio::async_connect(socket_.lowest_layer(), endpoints, in connect()
227 auto endpoints = resolver.resolve(server_ip, server_port); in ssl_client_thread() local
234 Client c(io_context, ctx, endpoints); in ssl_client_thread()
/hal_espressif-3.6.0/components/protocomm/src/common/
Dprotocomm.c38 SLIST_INIT(&pc->endpoints); in protocomm_new()
51 SLIST_FOREACH_SAFE(it, &pc->endpoints, next, tmp) { in protocomm_delete()
74 SLIST_FOREACH(it, &pc->endpoints, next) { in search_endpoint()
120 SLIST_INSERT_HEAD(&pc->endpoints, ep, next); in protocomm_add_endpoint_internal()
142 SLIST_FOREACH_SAFE(it, &pc->endpoints, next, tmp) { in protocomm_remove_endpoint()
144 SLIST_REMOVE(&pc->endpoints, it, protocomm_ep, next); in protocomm_remove_endpoint()
Dprotocomm_priv.h75 SLIST_HEAD(eptable_t, protocomm_ep) endpoints;
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
DREADME.md18 …- A Data Class Interface with two BULK endpoints (IN and OUT). Other transfer types are not suppor…
24 - The device needs to provide and interface containing the following endpoints:
25 - (Mandatory) Two Bulk endpoints (IN and OUT) for data
/hal_espressif-3.6.0/components/usb/
Dusb_host.c85 endpoint_t *endpoints[0]; member
979 assert(intf_obj->constant.endpoints[i] == NULL); in interface_free()
1016 intf_obj->constant.endpoints[i] = ep_obj; in interface_claim()
1023 …TAILQ_INSERT_TAIL(&client_obj->dynamic.idle_ep_tailq, intf_obj->constant.endpoints[i], dynamic.tai… in interface_claim()
1033 endpoint_free(dev_hdl, intf_obj->constant.endpoints[i]); in interface_claim()
1034 intf_obj->constant.endpoints[i] = NULL; in interface_claim()
1062 endpoint_t *ep_obj = intf_obj->constant.endpoints[i]; in interface_release()
1076 …TAILQ_REMOVE(&client_obj->dynamic.idle_ep_tailq, intf_obj->constant.endpoints[i], dynamic.tailq_en… in interface_release()
1085 endpoint_free(dev_hdl, intf_obj->constant.endpoints[i]); in interface_release()
1086 intf_obj->constant.endpoints[i] = NULL; in interface_release()
DKconfig11 int "Largest size (in bytes) of transfers to/from default endpoints"
30 …towards a particular use case, which may be necessary for devices that have endpoints with large M…
Dmaintainers.md97 …rs). The sizing of these FIFOs will affect the largest supported MPS of endpoints using that FIFO.…
/hal_espressif-3.6.0/tools/esp_prov/
DREADME.md14 …v` assumes that the provisioning app has specific protocomm endpoints active. These endpoints are …
38 …dows/macOS it redirects to console). This assumes that the provisioning endpoints are active on th…
/hal_espressif-3.6.0/examples/provisioning/
DREADME.md6 …ports. It also demonstrates how applications can register and use additional custom data endpoints.
36 …Provisioning involves Wi-Fi station configuration via BLE service endpoints running on the device …
/hal_espressif-3.6.0/components/nghttp/
Dnghttp.rst36 - The following endpoints are available to try out the nghttp2 implementation:
/hal_espressif-3.6.0/docs/en/api-reference/provisioning/
Dwifi_provisioning.rst190endpoints as GATT characteristics. Each GATT characteristic will be formed using the primary servi…
192 Once connected to the device, the provisioning related protocomm endpoints can be identified as fol…
247 In case users want to have some additional protocomm endpoints customized to their requirements, th…
261 …n endpoint at runtime. This can also be used to deactivate the internal endpoints used by the prov…
Dprotocomm.rst91 * time of handler execution. Multiple endpoints can be added as long as they
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dusb_host.rst101 #. Send transfers to the endpoints in the claimed interface. The client's task is responsible for h…
320 - Communicate with multiple endpoints of an interface in a particular order
342 …rs to the device's endpoints by calling :cpp:func:`usb_host_endpoint_halt` and :cpp:func:`usb_host…
/hal_espressif-3.6.0/examples/bluetooth/nimble/ble_spp/spp_server/
DREADME.md8 …mos, the BLE SPP server and BLE SPP client that run on their respective endpoints. These devices c…
/hal_espressif-3.6.0/examples/bluetooth/nimble/ble_spp/spp_client/
DREADME.md8 …mos, the BLE SPP server and BLE SPP client that run on their respective endpoints. These devices c…
/hal_espressif-3.6.0/examples/provisioning/legacy/console_prov/
DREADME.md107 This is helpful in understanding the provisioning process and the order in which the endpoints are …
/hal_espressif-3.6.0/docs/en/api-reference/protocols/
Desp_local_ctrl.rst201 The various protocomm endpoints provided by **esp_local_ctrl** are listed below:
/hal_espressif-3.6.0/examples/provisioning/legacy/softap_prov/
DREADME.md9 …s requests to specific URIs corresponding to the available provisioning endpoints (eg. for session…
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_client/
DREADME.md8 …mos, the ble spp server and ble spp client that run on their respective endpoints. These devices c…
/hal_espressif-3.6.0/examples/provisioning/wifi_prov_mgr/
DREADME.md203 and registering additional endpoints using the below APIs