/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/ |
D | central.c | 57 .sent = sent_cb, in server_accept_cb()
|
/Zephyr-latest/tests/drivers/i2s/i2s_speed/ |
D | Kconfig | 38 Maximum allowed offset between sent and received samples. Non-zero
|
/Zephyr-latest/tests/drivers/i2s/i2s_api/ |
D | Kconfig | 38 Maximum allowed offset between sent and received samples. Non-zero
|
/Zephyr-latest/subsys/net/lib/zperf/ |
D | Kconfig | 38 Upper size limit for packets sent by zperf.
|
/Zephyr-latest/include/zephyr/drivers/ |
D | smbus.h | 465 static inline void smbus_xfer_stats(const struct device *dev, uint8_t sent, in smbus_xfer_stats() argument 473 STATS_INCN(state->stats, bytes_written, sent); in smbus_xfer_stats() 522 static inline void smbus_xfer_stats(const struct device *dev, uint8_t sent, in smbus_xfer_stats() argument 526 ARG_UNUSED(sent); in smbus_xfer_stats()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | sar_cfg.rst | 12 If the Upper Transport PDU fits, it is sent in a single Lower Transport PDU. For longer packets, 21 sent as a single-segment segmented message when acknowledgment by the lower transport layer is 34 messages can be processed simultaneously. When more than one segmented message is sent to the same 35 destination, the messages are queued and sent one at a time. 89 SAR Acknowledgment timer holds the time before a Segment Acknowledgment message is sent for a 168 to a unicast address that will be sent if no acknowledgment was received during the timeout, or if 265 Acknowledgment messages sent by the lower transport layer. It gives the total number of
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | subnet.h | 40 uint32_t sent; /* Timestamp of last sent beacon */ member
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_version/src/ |
D | main.c | 202 conn.llcp.vex.sent = 0; in ZTEST() 238 conn.llcp.vex.sent = 0; in ZTEST()
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | message_queues.rst | 22 * A **ring buffer** of data items that have been sent but not yet received. 31 A data item can be **sent** to a message queue by a thread or an ISR. 34 if space is available. In either case, the size of the data area being sent 48 the receiving thread may choose to wait for a data item to be sent.
|
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/ |
D | README.rst | 12 with implicit feedback. The host adjusts number of stereo samples sent for
|
/Zephyr-latest/samples/subsys/canbus/isotp/ |
D | README.rst | 11 Messages are exchanged between two boards. A long message, that is sent with
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | traffic-class.rst | 12 to classify both received and sent network packets. See more information about
|
D | coap_client.rst | 45 Before any requests can be sent, the CoAP client needs to be initialized. 47 Currently only one request can be sent for a single CoAP client at a time. There can be multiple
|
/Zephyr-latest/samples/bluetooth/peripheral_accept_list/ |
D | README.rst | 14 data will only be sent to devices that are on the accept list. As a result, some
|
/Zephyr-latest/doc/hardware/arch/ |
D | arm-scmi.rst | 87 requested work and are sent over A2P channels. 91 These commands are sent over A2P channels. 94 with an asynchronous command. These are sent over P2A channels. 98 the platform. These are sent over P2A channels.
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | smp_bt.c | 459 bool sent = false; in smp_bt_tx_pkt() local 525 if (sent == false) { in smp_bt_tx_pkt() 550 sent = true; in smp_bt_tx_pkt()
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | Kconfig | 133 Defines the interval at which a Path Delay Request will be sent. 141 Defines the interval at which a Sync message will be sent. 149 Defines the interval at which an Announce message will be sent.
|
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/ |
D | README.rst | 66 For each message received, its content is displayed as shown down below then sent back to Linux. 115 On the Zephyr console, the received message is displayed as shown below, then sent back to Linux.
|
/Zephyr-latest/subsys/bluetooth/common/ |
D | Kconfig | 15 Maximum supported ACL size of data packets sent from the Host to the 41 Number of outgoing ACL data buffers sent from the Host to the 62 Maximum support ACL size of data packets sent from the Controller to 85 Number of incoming extra ACL data buffers sent from the Controller to 96 Number or incoming ACL data buffers sent from the Controller to the 181 expected HCI commands that can be sent from the configuration.
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_tls.c | 856 ssize_t sent; in dtls_tx() local 858 sent = zsock_sendto(tls_ctx->sock, buf, len, ZSOCK_MSG_DONTWAIT, in dtls_tx() 861 if (sent < 0) { in dtls_tx() 869 return sent; in dtls_tx() 918 ssize_t sent; in tls_tx() local 920 sent = zsock_sendto(tls_ctx->sock, buf, len, in tls_tx() 922 if (sent < 0) { in tls_tx() 930 return sent; in tls_tx() 2510 size_t sent = 0; in tls_sendmsg_loop_and_send() local 2516 while (sent < vec->iov_len) { in tls_sendmsg_loop_and_send() [all …]
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.shell | 27 Maximum size of SMP frames sent and received over shell. This value
|
/Zephyr-latest/subsys/mgmt/osdp/ |
D | Kconfig.cp | 43 defined the number of times such a POLL command is sent per second.
|
/Zephyr-latest/samples/drivers/espi/ |
D | README.rst | 15 Standard platform signals are sent virtual wire packets over the bus.
|
/Zephyr-latest/samples/drivers/can/counter/ |
D | README.rst | 11 Messages with standard and extended identifiers are sent over the bus.
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/dut/src/ |
D | dut.c | 84 .sent = sent_cb, in server_accept_cb()
|