Home
last modified time | relevance | path

Searched refs:client (Results 126 – 150 of 326) sorted by relevance

12345678910>>...14

/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt_client/
DCMakeLists.txt7 # OS Management client group public API is exposed through zephyr_interface,
/Zephyr-latest/subsys/sensing/
Ddispatch.c41 struct sensing_sensor *client; in send_data_to_clients() local
45 client = conn->sink; in send_data_to_clients()
Dsensor_mgmt.h35 #define for_each_client_conn(sensor, client) \ argument
36 SYS_SLIST_FOR_EACH_CONTAINER(&sensor->client_list, client, snode)
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/test_scripts/
Deatt_notif.sh16 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=client -RealEncryption=1
/Zephyr-latest/boards/phytec/phyboard_lyra/
Dboard.cmake8 board_runner_args(openocd "--no-init" "--no-halt" "--no-targets" "--gdb-client-port=3339")
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLServerSocket.cpp56 std::shared_ptr<TSocket> TSSLServerSocket::createSocket(THRIFT_SOCKET client) in createSocket() argument
59 return factory_->createSocket(client, pChildInterruptSockReader_); in createSocket()
62 return factory_->createSocket(client); in createSocket()
/Zephyr-latest/tests/net/lib/http_server/tls/src/
Dmain.c76 static const unsigned char client[] = { variable
253 client, sizeof(client)); in setup()
/Zephyr-latest/boards/ti/sk_am62/
Dboard.cmake8 board_runner_args(openocd "--no-init" "--no-halt" "--no-targets" "--gdb-client-port=3339")
/Zephyr-latest/samples/net/sockets/http_server/src/
Dmain.c70 static int echo_handler(struct http_client_ctx *client, enum http_data_status status, in echo_handler() argument
76 enum http_method method = client->method; in echo_handler()
115 static int uptime_handler(struct http_client_ctx *client, enum http_data_status status, in uptime_handler() argument
174 static int led_handler(struct http_client_ctx *client, enum http_data_status status, in led_handler() argument
/Zephyr-latest/doc/services/resource_management/
Dindex.rst37 state) and cancel (to reclaim client data from an in-progress
40 * The service transitions from off to on when first client request is
42 * The service transitions from on to off when last client release is
59 a request. Improper use of the API can cause an active client to be
80 case is asynchronous. The on-off client structure may be an
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr.rst58 …| `mcumgr-client <https://github.com/vouch-opensource/mcumgr-client/>`_ | ✓ | ✓ …
73 …| Zephyr MCUmgr client (in-tree) | ✕ | ✓ …
94 …| `mcumgr-client <https://github.com/vouch-opensource/mcumgr-client/>`_ | Windows, |br| |…
118 …| Zephyr MCUmgr client (in-tree) | Linux, |br| |…
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dcsip.rst5 functionality, both as a client and as a server.
12 The client will typically be a resource-rich device, such as a smartphone
13 or a laptop. The client is able to lock and release members of a coordinated
16 To lock a set, the client must connect to each of the set members it wants to
29 and a set member device has been connected, the call control client can be
34 Once the client has connected and discovered the handles, then it can
36 The client can then scan for and connect to the remaining set members, and once
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings_clear/test_scripts/
Drun_settings_clear.sh25 Execute "${test_exe}" -v=${verbosity_level} -s=${simulation_id} -d=1 -rs=69 -testid=client \
/Zephyr-latest/subsys/sip_svc/
Dsip_svc_subsys.c819 struct sip_svc_client *client = NULL; in sip_svc_subsys_init() local
885 client = &ctrl->clients[i]; in sip_svc_subsys_init()
886 client->id = SIP_SVC_ID_INVALID; in sip_svc_subsys_init()
887 client->token = SIP_SVC_ID_INVALID; in sip_svc_subsys_init()
888 client->state = SIP_SVC_CLIENT_ST_INVALID; in sip_svc_subsys_init()
889 client->active_trans_cnt = 0; in sip_svc_subsys_init()
891 client->trans_idx_pool = sip_svc_id_mgr_create( in sip_svc_subsys_init()
893 if (!client->trans_idx_pool) { in sip_svc_subsys_init()
907 client = &ctrl->clients[i]; in sip_svc_subsys_init()
908 if (client->trans_idx_pool) { in sip_svc_subsys_init()
[all …]
/Zephyr-latest/doc/connectivity/networking/api/
Ddns_resolve.rst21 The multicast DNS (mDNS) client resolver support can be enabled by setting
26 The link-local multicast name resolution (LLMNR) client resolver support can be
/Zephyr-latest/samples/net/lwm2m_client/
DKconfig1 # Private config options for LwM2M client sample
12 This is used as client endpoint name as well as PSK ID.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dop_agg_cli.rst20 should be bound to the same application keys as the client models that are used to produce the
23 To be able to aggregate a message from a client model, it should support an asynchronous API, for
/Zephyr-latest/tests/net/lib/http_server/tls/
DCMakeLists.txt31 # we reuse the same certificate / private key for client
36 ${gen_dir}/client.inc
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig73 bool "DTLS support in the LwM2M client"
77 bool "DNS support in the LwM2M client"
104 int "Specify time the LwM2M client should stay online in queue mode." if LWM2M_QUEUE_MODE_ENABLED
135 Enabling this setting allows the RD client to support bootstrap mode.
142 a client 'can always attach Object Version Information'. Enable this configuration to
177 int "Default server ssid when using the lwm2m-client. (used for access control)"
204 Default minimum amount of time in seconds the client must wait
213 Default maximum amount of time in seconds the client may wait
272 Set the maximum message objects for the LwM2M library client
311 Set the maximum pending objects for the LwM2M library client
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/
DCMakeLists.txt10 src/client.c
/Zephyr-latest/doc/connectivity/networking/
Doverview.rst42 * DHCP (Dynamic Host Configuration Protocol) client is supported
52 The developer can send UDP datagrams (client side support) or create a
58 and client roles can be used the application. The amount of TCP sockets
71 A sample :zephyr:code-sample:`mqtt-publisher` client application for MQTT v3.1.1 is
76 Both :zephyr:code-sample:`coap-client` and :zephyr:code-sample:`coap-server` sample
85 :zephyr:code-sample:`lwm2m-client` sample implements the library as an example.
87 * **HTTP** Hypertext Transfer Protocol client and server are supported.
91 :zephyr:code-sample:`sockets-http-client` and
95 (`RFC 1035 <https://tools.ietf.org/html/rfc1035>`_) client functionality
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings_clear/
DCMakeLists.txt24 src/client.c
/Zephyr-latest/drivers/usb/bc12/
DKconfig.pi3usb920110 host or client mode. It supports Battery Charging Specification, rev
13 client mode it starts BC1.2 detection to detect the attached host
/Zephyr-latest/doc/hardware/peripherals/
Dfuel_gauge.rst23 Properties are fetched by the client one at a time using :c:func:`fuel_gauge_get_prop`, or fetched
26 Properties are set by the client one at a time using :c:func:`fuel_gauge_set_prop`, or set in a
/Zephyr-latest/samples/net/sockets/echo_client/
DKconfig1 # Private config options for echo-client sample app
6 mainmenu "Networking echo-client sample application"

12345678910>>...14