Home
last modified time | relevance | path

Searched refs:send (Results 51 – 75 of 567) sorted by relevance

12345678910>>...23

/Zephyr-latest/samples/subsys/zbus/uart_bridge/
DREADME.rst43 D: Bridge send start_measurement
46 D: Bridge send sensor_data
52 D: Bridge send start_measurement
58 D: Bridge send sensor_data
/Zephyr-latest/samples/net/sockets/coap_client/src/
Dcoap-client.c188 r = send(sock, request.data, request.offset, 0); in send_simple_coap_request()
355 r = send(sock, request.data, request.offset, 0); in send_large_coap_request()
411 r = send(sock, request.data, request.offset, 0); in send_obs_reply_ack()
531 r = send(sock, request.data, request.offset, 0); in send_obs_coap_request()
577 r = send(sock, request.data, request.offset, 0); in send_obs_reset_coap_request()
/Zephyr-latest/include/zephyr/drivers/
Dlora.h185 lora_api_send send; member
227 return api->send(dev, data, data_len); in lora_send()
/Zephyr-latest/subsys/net/l2/canbus/
Dcanbus_raw.c40 ret = net_l2_send(api->send, net_if_get_device(iface), iface, pkt); in canbus_send()
/Zephyr-latest/drivers/mbox/
Dmbox_nrf_bellboard_tx.c49 .send = bellboard_tx_send,
Dmbox_nrf_vevif_event_tx.c67 .send = vevif_event_tx_send,
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_l2.rst51 - ``send()``: Similar to receive function, the network stack will call this
52 function to actually send a network packet. All relevant link-layer content
54 The ``send()`` function returns the number of bytes sent, or a negative
100 On sending, the device driver send function will be called, and it is up to
101 the device driver to send the network packet all at once, with all the buffers.
120 driver than just ``send()`` and ``recv()`` functions. This dedicated API is
136 from the :c:struct:`net_if_api` send function pointer. Zephyr's native
138 instead, meant to be given as :c:type:`net_if` send function. The implementation
149 management calls will call into the driver, e.g. to send a packet over the
/Zephyr-latest/boards/shields/g1120b0mipi/
DKconfig.defconfig22 # Swap 16 bit color setting for LVGL, to send high byte first
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_usb.c257 bool send = false; in bap_usb_add_frame_to_usb() local
261 send = true; in bap_usb_add_frame_to_usb()
264 send = true; in bap_usb_add_frame_to_usb()
267 send = true; in bap_usb_add_frame_to_usb()
270 if (send) { in bap_usb_add_frame_to_usb()
/Zephyr-latest/include/zephyr/net/
Dnet_offload.h97 int (*send)(struct net_pkt *pkt, member
329 NET_ASSERT(net_if_offload(iface)->send); in net_offload_send()
331 return net_if_offload(iface)->send( in net_offload_send()
Dcapture.h55 int (*send)(const struct device *dev, struct net_if *iface, struct net_pkt *pkt); member
200 return api->send(dev, iface, pkt); in net_capture_send()
/Zephyr-latest/samples/net/sockets/txtime/
DKconfig26 socket to send data, or if it uses AF_PACKET (raw) socket.
39 how long it takes to send data so the actual data content is not
49 The application will send network packets between this
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dop_agg.c60 SHELL_CMD_ARG(seq-send, NULL, NULL, cmd_seq_send, 1, 0),
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsar_cfg_cli.rst14 The model can send messages to query or change the states supported by the SAR Configuration Server
29 An element can send any SAR Configuration Client message at any time to query or change the states
/Zephyr-latest/subsys/bluetooth/mesh/
Dprov_bearer.h88 int (*send)(struct net_buf_simple *buf, prov_bearer_send_complete_t cb, member
/Zephyr-latest/samples/subsys/lorawan/class_a/
DREADME.rst5 Join a LoRaWAN network and send a message periodically.
/Zephyr-latest/samples/boards/enjoydigital/litex/i2s/
DREADME.rst36 … some music delay occurs, this is because the sound driver is not able to send data as fast as it …
/Zephyr-latest/subsys/net/l2/dummy/
Ddummy.c42 ret = net_l2_send(api->send, net_if_get_device(iface), iface, pkt); in dummy_send()
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_simulator.c55 .send = &ec_host_cmd_sim_send,
/Zephyr-latest/drivers/hdlc_rcp_if/
Dhdlc_rcp_if_nxp.c104 .send = hdlc_send,
/Zephyr-latest/samples/net/mqtt_publisher/
DKconfig21 send NET_SAMPLE_APP_MAX_ITERATIONS amount of MQTT sample messages.
/Zephyr-latest/drivers/ipm/
Dipm_nrfx_ipc.c100 .send = ipm_nrf_send,
212 .send = vipm_nrf_##_idx##_send, \
/Zephyr-latest/samples/net/sockets/echo_async/src/
Dsocket_echo.c217 res = send(client, msg, sizeof(msg) - 1, 0); in main()
249 out_len = send(fd, p, len, 0); in main()
/Zephyr-latest/drivers/bluetooth/hci/
DKconfig.nxp18 If enabled, the Host will send calibration data to the BLE Controller during HCI init.
23 If enabled, the Host will send calibration data annex 100 to the BLE Controller during HCI
/Zephyr-latest/subsys/net/l2/ieee802154/
DKconfig.radio19 replying it could not send the packet (MAC PIB attribute:
39 Use Aloha mechanism (send without any clear channel assessment) to

12345678910>>...23