Home
last modified time | relevance | path

Searched refs:send (Results 526 – 550 of 567) sorted by relevance

1...<<212223

/Zephyr-latest/tests/net/ethernet_mgmt/src/
Dmain.c510 .send = eth_fake_send,
/Zephyr-latest/tests/net/ipv6_fragment/src/
Dmain.c1580 .send = sender_iface,
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c161 .send = dist_fw_send,
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_cdc_ncm.c1192 .send = cdc_ncm_send,
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst146 * Added CAP stream send and tx sync
823 * Introduced an API to send ICMP Echo Request (ping).
913 * Made send timeout configurable (:kconfig:option:`CONFIG_NET_SOCKET_MAX_SEND_WAIT`).
2181 * Added a new type of observer called Message Subscriber. ZBus' VDED will send a copy of the
Drelease-notes-3.2.rst869 * Fixed a potential deadlock in TCP :c:func:`send` call.
1426 are too large for the remote device instead of failing to send them, if the
1687 - :github:`44410` - drivers: modem: shell: ``modem send`` doesn't honor line ending in modem cmd ha…
1904 * :github:`50061` - Bluetooth: Samples: bluetooth_audio_source does not send multiple streams
1968 * :github:`49629` - Bluetooth: ISO Broadcast sample fails to send data on nRF5340
2009 * :github:`49315` - loopback socket send from shell hangs
2124 * :github:`48514` - bsim mesh establish_multi.sh doesn't send data for one of devices
Drelease-notes-1.14.rst414 * :github:`18194` - [zephyr 1.14][MESH/NODE/CFG/HBP/BV-05-C] Zephyr does not send Heartbeat message…
420 * :github:`18522` - BLE: Mesh: When transport send seg_msg to LPN
1256 * :github:`14780` - USB: netusb: Unable to send maximum Ethernet packet
1561 * :github:`13380` - sockets: ordering of send() vs. poll() when using socket API + DTLS causes a cr…
1595 * :github:`13211` - net/sockets: send/sendto broken when len > MTU
1898 * :github:`11232` - nrf52: reel_board: USB unable to send fragmented packets through Control endpoi…
2148 * :github:`9763` - samples/net/http_client: Failed to send Head requrest
Drelease-notes-3.1.rst1215 - :github:`44410` - drivers: modem: shell: ``modem send`` doesn't honor line ending in modem cmd ha…
1624 * :github:`43924` - ipc_service: Extend API with zero-copy send
1705 * :github:`43440` - Bluetooth: L2CAP send le data lack calling net_buf_unref() function
1856 … llcp: Refectored PHY Update procedure asserts while waiting for free buffers to send notifications
1893 * :github:`41191` - LE Audio: Update pac_indicate to actually send data
Drelease-notes-1.13.rst204 * Added a new Bluetooth shell command to send arbitrary HCI commands to the
402 * :github:`9131` - samples/net/coaps_server: Failed to send response to coaps_client
Dmigration-guide-4.0.rst500 bridged Ethernet interface can send and receive data normally.
Drelease-notes-2.3.rst325 * Converted loopback driver to use a thread to send frames
934 * :github:`24727` - Unable allocate buffer to send mesh message
1047 * :github:`24101` - Bluetooth: Mesh: Transport Segment send failed lead to seg_tx un-free
Drelease-notes-1.12.rst367 * :github:`5344` - samples/net/http_client: unable to send the proper http request to Apache server…
390 * :github:`5956` - samples/net/coap_server: Failed to send response to coap client
Drelease-notes-2.4.rst986 * :github:`28216` - socket: send fails instead of blocking when there are no more net buffers
1046 * :github:`28045` - [mimxrt1050_evk] uart_fifo_fill only send 1 byte
1072 * :github:`27915` - Samples:LoRa send;sx126x with NRF52840dk ,no data from SPI miso
1367 …ci_usb (hci_usb fw : \ncs\v1.3.0\zephyr\samples\bluetooth\hci_usb) set mac and send/receive files ?
Drelease-notes-1.11.rst247 * :github:`3439` - IP stack: No MTU handling on send()
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfd_srv.c1076 err = srv->cb->send(srv, xfer.slot, &srv->io); in bt_mesh_dfd_srv_start()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c1724 SHELL_CMD_ARG(net-send, NULL, "<HexString>", cmd_net_send,
/Zephyr-latest/doc/project/
Dproject_roles.rst318 should send the requested changes to the TSC and give members of the TSC two
/Zephyr-latest/drivers/ethernet/
Deth_adin2111.c1512 .send = adin2111_port_send,
Deth_sam_gmac.c2108 .send = eth_tx,
/Zephyr-latest/drivers/can/
Dcan_mcp251xfd.c1694 .send = mcp251xfd_send,
/Zephyr-latest/doc/hardware/porting/
Darch.rst388 serial port driver on which to send the console (:code:`printk`,
392 can be used to send all output to a circular buffer that can be read
/Zephyr-latest/drivers/wifi/nrf_wifi/
DKconfig.nrfwifi775 Keepalive period in seconds to send keepalive packets to the AP.
/Zephyr-latest/tests/net/tcp/src/
Dmain.c197 .send = tester_send,
/Zephyr-latest/drivers/ethernet/dwc_xgmac/
Deth_dwc_xgmac.c1771 .send = eth_dwc_xgmac_send,
/Zephyr-latest/doc/security/
Dvulnerabilities.rst404 A remote adversary with the ability to send arbitrary CoAP packets to
1618 A malicious BLE device can send a specific order of packet

1...<<212223