/Zephyr-latest/subsys/mgmt/updatehub/ |
D | Kconfig | 103 Configure the max size of a data payload were value:
|
/Zephyr-latest/drivers/sensor/tdk/icm45686/ |
D | icm45686_stream.c | 269 buf->payload.buf, in icm45686_handle_event_actions() 270 sizeof(buf->payload.buf), in icm45686_handle_event_actions()
|
/Zephyr-latest/tests/net/ipv6/src/ |
D | main.c | 1602 static const char payload[] = "foobar"; in setup_ipv6_udp() local 1605 pkt = net_pkt_alloc_with_buffer(iface, strlen(payload), in setup_ipv6_udp() 1621 if (net_pkt_write(pkt, (uint8_t *)payload, strlen(payload))) { in setup_ipv6_udp()
|
/Zephyr-latest/subsys/canbus/isotp/ |
D | Kconfig | 66 Add padding bytes 0xCC (as recommended by Bosch) if the PDU payload
|
/Zephyr-latest/include/zephyr/net/ |
D | coap.h | 674 int coap_packet_append_payload(struct coap_packet *cpkt, const uint8_t *payload,
|
/Zephyr-latest/drivers/espi/ |
D | Kconfig.xec | 58 Maximum OOB payload is 73 bytes.
|
/Zephyr-latest/subsys/bluetooth/ |
D | Kconfig | 328 This is the actual data payload. It doesn't include the optional 347 This is the actual data payload. It doesn't include the optional
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_mgmt.c | 66 beacon_hdr_len = ieee802514_beacon_header_length(mpdu->payload, mpdu->payload_length); in ieee802154_handle_beacon() 68 ctx->scan_ctx->beacon_payload = (uint8_t *)mpdu->payload + beacon_hdr_len; in ieee802154_handle_beacon()
|
D | ieee802154.c | 454 ll_hdr_len = (uint8_t *)mpdu.payload - net_pkt_data(pkt); in ieee802154_recv()
|
/Zephyr-latest/samples/subsys/logging/syst/ |
D | README.rst | 204 are encoded in the Sys-T message payload. The hashes and the encoded 309 Notice the shorter payload of catalog messages compared to text messages.
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | isoal.c | 655 pdu_payload = pdu_meta->pdu->payload + offset; in isoal_rx_append_to_sdu() 1136 end_of_pdu = ((uint8_t *) pdu_meta->pdu->payload) + pdu_meta->pdu->len - 1UL; in isoal_rx_framed_consume() 1138 (struct pdu_iso_sdu_sh *) pdu_meta->pdu->payload; in isoal_rx_framed_consume() 1282 pdu_meta->pdu->payload; in isoal_rx_framed_consume()
|
/Zephyr-latest/subsys/usb/usb_c/ |
D | usbc_pe_common.c | 529 uint32_t *payload = (uint32_t *)prl_rx->emsg.data; in extended_message_not_supported() local 532 ext_header.raw_value = *payload; in extended_message_not_supported()
|
/Zephyr-latest/doc/services/tracing/ |
D | index.rst | 16 1. Determining the application-specific payload, 31 interface between payload/format (Top Layer) and the transport mechanics 65 CTF allows us to formally describe application specific payload and the 370 The payload and format used with SystemView is custom to the application and
|
/Zephyr-latest/tests/net/lib/http_server/core/src/ |
D | main.c | 677 const uint8_t *payload, size_t payload_len, in expect_http2_data_frame() argument 688 if (payload != NULL) { in expect_http2_data_frame() 695 if (payload != NULL) { in expect_http2_data_frame() 696 zassert_mem_equal(buf, payload, payload_len, in expect_http2_data_frame()
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_server_http2.c | 217 static int send_data_frame(struct http_client_ctx *client, const char *payload, in send_data_frame() argument 232 if (payload != NULL && length > 0) { in send_data_frame() 233 ret = http_server_sendall(client, payload, length); in send_data_frame()
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 250 Minimum number of payload bytes that would make inserting a new 281 Max_Transmission_Latency for maximum retransmission and payload 289 favors a CIS layout/configuration which compacts payload transmission 493 Maximum number of buffered Advertising Data payload across enabled 618 payload numbers that are expired (will be dropped), if the TX SDU 650 Note: Usually no margin is needed for CIS as null PDUs can be used if a payload 1383 header and payload. It does not account for HCI event headers as these
|
/Zephyr-latest/samples/net/capture/ |
D | README.rst | 143 Next the monitoring is setup so that captured packets are sent as a payload
|
/Zephyr-latest/samples/net/openthread/coap/ |
D | README.rst | 171 …aiocoap-client -m PUT --payload '{"led_id":0,"state":2}' coap://[fd6f:cb3a:802:1:f0ec:c1e2:c1bb:7…
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | access.rst | 40 the minimum acceptable payload length and the callback to pass them to. Models 100 message is published, allowing the model to change the payload to reflect its
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_pkt.rst | 28 more specifically from the headers to the payload. 122 UDP headers) will not be used for the payload.
|
/Zephyr-latest/modules/openthread/ |
D | Kconfig.features | 386 bool "TX beacon payload support"
|
D | CMakeLists.txt | 126 …option(CONFIG_OPENTHREAD_TX_BEACON_PAYLOAD OT_TX_BEACON_PAYLOAD "Enable tx beacon payload support")
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_mcxw.c | 360 uint8_t *payload = frag->data; in mcxw_tx() local 372 memcpy(mcxw_radio->tx_frame.psdu, payload, payload_len); in mcxw_tx()
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | hawkbit.c | 1064 http_req.payload = status_buffer; in send_request() 1081 http_req.payload = status_buffer; in send_request()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_adv_aux.c | 973 pdu_cr->len = cr_dptr - &pdu_cr->payload[0]; in init_connect_rsp_pdu()
|