Searched refs:send (Results 201 – 225 of 567) sorted by relevance
12345678910>>...23
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig.gatt | 148 If set to 0, batching is disabled. Then, the only way to send 162 '...the server shall not send notifications and indications to such 205 bool "Automatically send ATT MTU exchange request on connect"
|
/Zephyr-latest/doc/connectivity/networking/ |
D | overview.rst | 52 The developer can send UDP datagrams (client side support) or create a 120 technologies. Applications can send data according to their needs to desired 151 can be run in Linux host and send network data to Zephyr OS device.
|
/Zephyr-latest/doc/develop/flash_debug/ |
D | nordic_segger.rst | 101 Recent versions of `ModemManager send AT commands to TTY-like devices`_; this 150 not appear anymore and you should now be able to send long packets over the virtual Serial Port. 247 .. _ModemManager send AT commands to TTY-like devices: https://bugs.freedesktop.org/show_bug.cgi?id…
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_uart.c | 304 .send = ec_host_cmd_uart_send,
|
/Zephyr-latest/samples/userspace/shared_mem/ |
D | README.rst | 50 message after sleeping. To send the message the PT thread checks a
|
/Zephyr-latest/drivers/espi/ |
D | Kconfig.it8xxx2 | 127 With this option enabled, EC will send IRQ12 signal to host when the
|
/Zephyr-latest/samples/bluetooth/mesh/ |
D | README.rst | 19 On boards with buttons, a Generic OnOff Client model will send Onoff messages
|
/Zephyr-latest/samples/net/sockets/websocket_client/ |
D | README.rst | 11 or HTTPS handshake request to HTTP server, then start to send data and wait for
|
/Zephyr-latest/samples/bluetooth/mesh_demo/ |
D | README.rst | 22 micro:bit boards, such as the ability to send messages using the board's
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfu_cli.c | 421 .send = send_update_start, in initiate() 539 .send = send_update_get, in refresh() 560 .send = send_update_apply, in apply() 614 .send = send_info_get, in confirm() 678 .send = send_update_cancel, in cancel()
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | bap.rst | 66 send : Send to Audio Stream [data] 90 "send","enable","streaming","none" 676 The :code:`send` command sends data over BAP Stream. 686 uart:~$ bap send [count] 687 uart:~$ bap send
|
/Zephyr-latest/samples/net/sockets/http_server/ |
D | README.rst | 129 ws.send("Hello, Server") 135 ws.send(line)
|
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | Kconfig | 156 DHCPv4 server will probe the offered IP address (send ICMP echo 170 will send a NAK, informing the client it should proceed with a full
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | http_server.rst | 310 * The ``status`` field allows the application to send an HTTP response code. If 314 send any arbitrary HTTP headers. If not populated, only Transfer-Encoding and 318 * The ``body`` and ``body_len`` fields are used to send body data. 321 response data to send.
|
/Zephyr-latest/subsys/ipc/ipc_service/lib/ |
D | Kconfig.icmsg | 21 Maximum time to wait, in milliseconds, for access to send data with
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig.cc13xx_cc26xx | 27 replying it could not send the packet.
|
/Zephyr-latest/subsys/mgmt/osdp/src/ |
D | osdp.c | 186 .send = osdp_uart_send, in osdp_init()
|
/Zephyr-latest/drivers/mbox/ |
D | mbox_esp32.c | 239 .send = esp32_mbox_send,
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_nxp_imx_netc_psi.c | 121 .send = netc_eth_tx};
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | dfu.rst | 17 or management protocols themselves required to send the image to the target
|
/Zephyr-latest/modules/segger/ |
D | Kconfig | 45 int "Size of buffer for RTT printf to bulk-send chars via RTT"
|
/Zephyr-latest/samples/net/sockets/can/src/ |
D | main.c | 65 ret = send(fd, &sframe, sizeof(sframe), 0); in tx()
|
/Zephyr-latest/drivers/can/ |
D | can_mcux_mcan.c | 144 .send = can_mcan_send,
|
D | can_nrf.c | 66 .send = can_mcan_send,
|
D | can_sam.c | 132 .send = can_mcan_send,
|
12345678910>>...23