Searched refs:send (Results 501 – 525 of 567) sorted by relevance
1...<<212223
/Zephyr-latest/tests/net/socket/misc/src/ |
D | main.c | 146 .send = dummy_send,
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.0.rst | 582 * :github:`18522` - BLE: Mesh: When transport send seg_msg to LPN 583 * :github:`18521` - BLE: Mesh: when friend send msg to LPN 709 * :github:`18194` - [zephyr 1.14][MESH/NODE/CFG/HBP/BV-05-C] Zephyr does not send Heartbeat message… 1057 * :github:`16341` - Bluetooth: GATT Server failed to send Service Change Indication 1211 * :github:`15672` - net: socket send return error(-110) when http request 100 times 1228 * :github:`15594` - net shell "net tcp send" command failed when repeated many times
|
D | release-notes-2.5.rst | 612 * Fixed invalid timeout on send failure. 1347 * :github:`30129` - TCP2 send test 1403 * :github:`29868` - Bluetooth: Mesh: DST not checked on send 1405 * :github:`29855` - Bluetooth: Mesh: TTL max not checked on send 1530 * :github:`29307` - samples/bluetooth/mesh-demo unable to send vendor button message 1938 * :github:`9944` - sockets: Connect doesn't send new SYN in case the first connection attempt fails 1963 * :github:`3441` - IP stack: No TCP send window handling
|
D | release-notes-2.7.rst | 1104 * :github:`38697` - The coap_server sample is missing the actual send in the retransmit routine 1135 * :github:`38563` - ISO broadcast cannot send with callback if CONFIG_BT_CONN=n 1266 * :github:`38054` - Bluetooth: host: Local Host terminated but send host number of completed Packed 1524 * :github:`36928` - Disconnecting ISO mid-send giver error in hci_num_completed_packets 1715 * :github:`35978` - ESP32 SPI send data hangup 1789 * :github:`34305` - Shell [modem send] command causes shell to hang after about 10 seconds, Sara R4… 1880 * :github:`30367` - TCP2 does not send our MSS to peer
|
D | release-notes-3.0.rst | 211 * :c:func:`uart_tx_u16` to send a given number of datum from buffer. 1052 * :github:`41251` - RT1170 EVK Can does not send data 1065 * :github:`41077` - console: gsm_mux: could not send more than 128 bytes of data on dlci 1161 * :github:`40209` - Bluetooth: First AUX_SYNC_IND never received, missing event send to host
|
D | release-notes-2.1.rst | 327 * Added support for getting statistics about the time it took to receive or send 345 * Fixed selection of network interface when using "net ping" command to send 869 * :github:`16223` - stm32: Unable to send 64 byte packet over control endpoint
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_xlnx_gem.c | 72 .send = eth_xlnx_gem_send,
|
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/doc/ |
D | index.rst | 365 The -o option tells minicom not to send the modem initialization
|
/Zephyr-latest/drivers/can/ |
D | can_rcar.c | 1159 .send = can_rcar_send,
|
D | can_renesas_ra.c | 978 .send = can_renesas_ra_send,
|
D | can_stm32_bxcan.c | 1072 .send = can_stm32_send,
|
D | can_nxp_s32_canxl.c | 1089 .send = can_nxp_s32_send,
|
/Zephyr-latest/tests/net/6lo/src/ |
D | main.c | 275 .send = tester_send,
|
/Zephyr-latest/subsys/mgmt/osdp/src/ |
D | osdp_cp.c | 600 ret = pd->channel.send(pd->channel.data, pd->rx_buf, pd->rx_buf_len); in cp_send_command()
|
/Zephyr-latest/doc/contribute/ |
D | contributor_expectations.rst | 195 help on Discord or send an email to the `Zephyr devel mailing list`_.
|
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/doc/ |
D | index.rst | 150 By default, the kernel is configured to send console output to the 16550 UART.
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 500 general purpose storage for data that should be send from ULL to LLL. 1072 latencies by one connection interval as the next attempt to send a PDU 1100 where applications want to send data in same connection event but are
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig | 718 It is possible to define the maximum socket send buffer per socket. 958 example in gPTP which needs to know how long it takes to send
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | icbmsg_flows.svg | 404 send data on 412 send data...
|
/Zephyr-latest/drivers/modem/ |
D | wncm14a2a.c | 1750 .send = offload_send,
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | mcp.rst | 77 characteristics, or by configuring the server to send notifications.
|
/Zephyr-latest/doc/develop/getting_started/ |
D | index.rst | 570 You can ask for help on a mailing list or on Discord. Please send bug reports and
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 393 send(),yes
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_1.rst | 328 happens, a client must re-send all the required and optional fields that it
|
/Zephyr-latest/tests/net/dhcpv6/src/ |
D | main.c | 73 .send = test_send,
|
1...<<212223