Searched refs:send (Results 551 – 567 of 567) sorted by relevance
1...<<212223
/Zephyr-latest/doc/releases/ |
D | release-notes-3.3.rst | 1183 * Added check to prevent recursive logging loop and allowed to send more than 2767 - :github:`54198` - reel board: Mesh badge demo fails to send BT Mesh message 2774 - :github:`54275` - net: socket: tls: cannot send when using blocking socket 3270 * :github:`52139` - ppp modem doesn't send NET_EVENT_L4_CONNECTED event 3646 * :github:`44410` - drivers: modem: shell: ``modem send`` doesn't honor line ending in modem cmd ha… 3763 * :github:`32756` - Enable mcumgr shell management to send responses to UART other than assigned to…
|
D | release-notes-2.2.rst | 895 * :github:`22188` - drivers: espi: xec : eSPI driver should not send VWire SUS_ACK automatically in… 1080 * :github:`20618` - Can unicast address be relayed when send message over gatt proxy?
|
D | release-notes-4.0.rst | 1118 * Added NAT64 send and receive callbacks. 1165 * Improved ACK reply logic when peer does not send PSH flag with data.
|
D | release-notes-2.6.rst | 259 * Added the ability to send HCI monitor traces over RTT. 712 * Fixed Registration Update send on object creation. 1872 * :github:`32723` - kernel/sched: Only send IPI to abort a thread if the hardware supports it
|
D | release-notes-3.4.rst | 1114 * Added possibility to register a callback function for LwM2M send operation.
|
D | release-notes-3.6.rst | 779 * Fixed net_context not being set on IP fragmented packets, preventing send
|
D | release-notes-3.7.rst | 1378 * Fixed clock master sync send SM if we are not the GM clock.
|
/Zephyr-latest/subsys/net/ip/ |
D | net_if.c | 267 status = net_if_l2(iface)->send(iface, pkt); in net_if_tx() 479 } else if (l2->send == NULL) { in net_if_send_data()
|
/Zephyr-latest/tests/benchmarks/latency_measure/ |
D | README.rst | 23 * Time it takes to send and receive events
|
/Zephyr-latest/kernel/ |
D | Kconfig | 718 allows a thread to send a byte stream to another thread. Pipes can
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig | 648 send out-of-order HCI events and ACL Data due to using different USB
|
/Zephyr-latest/tests/net/socket/udp/src/ |
D | main.c | 1004 .send = eth_fake_send,
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | bap.c | 4187 SHELL_CMD_ARG(send, NULL, "Send to Audio Stream [data]", cmd_send, 1, 1),
|
/Zephyr-latest/doc/develop/test/ |
D | twister.rst | 698 One or more options to be send to robotframework.
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 55 send email to safety@lists.zephyrproject.org and provide details on reason
|
/Zephyr-latest/drivers/modem/ |
D | hl7800.c | 6242 .send = offload_send,
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 235 .send = dfd_srv_send,
|
1...<<212223