Searched refs:clients (Results 26 – 50 of 75) sorted by relevance
123
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig.gatt | 126 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/ |
D | Kconfig.it8xxx2 | 15 Configures the maximum number of clients allowed per shared
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap_client.c | 24 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()
|
D | Kconfig | 144 int "Maximum number of CoAP clients" 147 Maximum number of CoAP clients
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.vocs | 45 Control Service clients.
|
D | Kconfig.vcp | 53 This option enables support for clients to subscribe for notifications
|
D | Kconfig.csip | 54 This option enables support for clients to be notified on SIRK changes.
|
/Zephyr-latest/tests/drivers/build_all/fpga/ |
D | app.overlay | 51 zephyr,num-clients = <2>;
|
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | Kconfig | 161 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/ |
D | onoff.h | 158 sys_slist_t clients; member
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | mqtt.rst | 25 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:
|
D | mqtt_sn.rst | 25 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/ |
D | fuel_gauge.rst | 41 The Fuel Gauge API explicitly provides no caching for its clients.
|
/Zephyr-latest/subsys/net/lib/tls_credentials/ |
D | Kconfig | 49 Allows clients of the socket APIs to specify filenames
|
/Zephyr-latest/subsys/sip_svc/ |
D | Kconfig | 49 Maximum number of clients inside sip_svc subsystem per controller.
|
/Zephyr-latest/subsys/net/lib/mqtt/ |
D | Kconfig | 21 int "Maximum number of clients Keep alive time for MQTT (in seconds)"
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/ |
D | README.rst | 24 After provisioning, the button clients must 36 of onoff clients from 4 to 2.
|
/Zephyr-latest/subsys/net/lib/mqtt_sn/ |
D | Kconfig | 59 int "Maximum number of clients Keep alive time for MQTT-SN (in seconds)"
|
/Zephyr-latest/lib/utils/ |
D | Kconfig | 40 An on-off manager supports an arbitrary number of clients of a
|
/Zephyr-latest/include/zephyr/ |
D | sw_isr_table.h | 170 struct _isr_table_entry clients[CONFIG_SHARED_IRQ_MAX_NUM_CLIENTS]; member
|
/Zephyr-latest/samples/net/sockets/echo_async_select/ |
D | README.rst | 47 The sample supports up to three connected clients, but this can be adjusted
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | csip.rst | 14 set. While the coordinated set is locked, no other clients may lock the set. 175 clients.
|
/Zephyr-latest/dts/arm64/intel/ |
D | intel_socfpga_agilex.dtsi | 122 zephyr,num-clients = <2>;
|
/Zephyr-latest/samples/net/prometheus/ |
D | README.rst | 51 clients that the server can handle simultaneously.
|
/Zephyr-latest/samples/net/sockets/echo_async/ |
D | README.rst | 49 The sample supports up to three connected clients, but this can be adjusted
|
123