Home
last modified time | relevance | path

Searched refs:clients (Results 26 – 50 of 75) sorted by relevance

123

/Zephyr-latest/subsys/bluetooth/host/
DKconfig.gatt126 characteristics which can be used by clients to detect if anything has
263 bool "Allow to write device name by remote GATT clients"
267 Enabling this option allows remote GATT clients to write to device
276 clients.
291 bool "Allow to write GAP Appearance by remote GATT clients"
295 Enabling this option allows remote GATT clients to write to device
304 clients.
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.it8xxx215 Configures the maximum number of clients allowed per shared
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c24 static struct coap_client *clients[CONFIG_COAP_CLIENT_MAX_INSTANCES]; variable
167 if (has_ongoing_exchange(clients[i])) { in has_ongoing_exchanges()
555 if (clients[i]->fd == sock) { in get_client()
556 return clients[i]; in get_client()
572 short events = (has_ongoing_exchange(clients[i]) ? ZSOCK_POLLIN : 0) | in handle_poll()
573 (has_timeout_expired(clients[i]) ? ZSOCK_POLLOUT : 0); in handle_poll()
579 fds[nfds].fd = clients[i]->fd; in handle_poll()
1114 clients[num_clients] = client; in coap_client_init()
DKconfig144 int "Maximum number of CoAP clients"
147 Maximum number of CoAP clients
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.vocs45 Control Service clients.
DKconfig.vcp53 This option enables support for clients to subscribe for notifications
DKconfig.csip54 This option enables support for clients to be notified on SIRK changes.
/Zephyr-latest/tests/drivers/build_all/fpga/
Dapp.overlay51 zephyr,num-clients = <2>;
/Zephyr-latest/subsys/net/lib/dhcpv4/
DKconfig161 bool "Reply with NAK for DHCP Requests from clients we do not recognize"
166 delays with clients starting in INIT-REBOOT state and thus sending
179 server should provide to clients when they request an IP address. The
181 acknowledgment messages sent to the clients, allowing them to use the
/Zephyr-latest/include/zephyr/sys/
Donoff.h158 sys_slist_t clients; member
/Zephyr-latest/doc/connectivity/networking/api/
Dmqtt.rst25 MQTT clients require an MQTT server to connect to. Such a server, called an MQTT Broker,
27 published by clients. There are many implementations of MQTT brokers, one of them
49 of the MQTT client and can be shared among MQTT clients:
Dmqtt_sn.rst25 MQTT-SN clients require an MQTT-SN gateway to connect to. These gateways translate between
57 The MQTT-SN library will inform clients about certain events using a callback.
/Zephyr-latest/doc/hardware/peripherals/
Dfuel_gauge.rst41 The Fuel Gauge API explicitly provides no caching for its clients.
/Zephyr-latest/subsys/net/lib/tls_credentials/
DKconfig49 Allows clients of the socket APIs to specify filenames
/Zephyr-latest/subsys/sip_svc/
DKconfig49 Maximum number of clients inside sip_svc subsystem per controller.
/Zephyr-latest/subsys/net/lib/mqtt/
DKconfig21 int "Maximum number of clients Keep alive time for MQTT (in seconds)"
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/
DREADME.rst24 After provisioning, the button clients must
36 of onoff clients from 4 to 2.
/Zephyr-latest/subsys/net/lib/mqtt_sn/
DKconfig59 int "Maximum number of clients Keep alive time for MQTT-SN (in seconds)"
/Zephyr-latest/lib/utils/
DKconfig40 An on-off manager supports an arbitrary number of clients of a
/Zephyr-latest/include/zephyr/
Dsw_isr_table.h170 struct _isr_table_entry clients[CONFIG_SHARED_IRQ_MAX_NUM_CLIENTS]; member
/Zephyr-latest/samples/net/sockets/echo_async_select/
DREADME.rst47 The sample supports up to three connected clients, but this can be adjusted
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dcsip.rst14 set. While the coordinated set is locked, no other clients may lock the set.
175 clients.
/Zephyr-latest/dts/arm64/intel/
Dintel_socfpga_agilex.dtsi122 zephyr,num-clients = <2>;
/Zephyr-latest/samples/net/prometheus/
DREADME.rst51 clients that the server can handle simultaneously.
/Zephyr-latest/samples/net/sockets/echo_async/
DREADME.rst49 The sample supports up to three connected clients, but this can be adjusted

123