/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_iso.c | 151 offsetof(struct pdu_iso, payload) + \ 1867 memcpy(&pdu_buffer->pdu->payload[pdu_offset], sdu_payload, consume_len); in ll_iso_pdu_write()
|
D | ull_sync_iso.c | 551 lll->payload[i][j] = NULL; in ull_sync_iso_setup()
|
D | ull_adv_aux.c | 2897 offsetof(struct pdu_adv, payload) + in ull_adv_aux_chain_pdu_duplicate()
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 1707 net_buf_simple_add_mem(&msg, cp->payload, cp->payload_len); in net_send() 1843 net_buf_simple_add_mem(&msg, cp->payload, cp->payload_len); in model_send() 5368 void net_recv_ev(uint8_t ttl, uint8_t ctl, uint16_t src, uint16_t dst, const void *payload, in net_recv_ev() argument 5388 net_buf_simple_add_mem(&buf, payload, payload_len); in net_recv_ev() 5393 void model_recv_ev(uint16_t src, uint16_t dst, const void *payload, in model_recv_ev() argument 5410 net_buf_simple_add_mem(&buf, payload, payload_len); in model_recv_ev()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_adv.c | 1001 pdu_len = offsetof(struct pdu_adv, payload) + pdu_adv_rx->len; in isr_rx_sr_report()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_l2.rst | 127 header, payload and frame checksum. Buffers to be sent over the radio will
|
D | lwm2m.rst | 531 Full content of data cache is written into a payload when any READ, SEND or NOTIFY operation
|
/Zephyr-latest/doc/connectivity/networking/ |
D | network_monitoring.rst | 89 Scapy L2 type name of the UDP payload, default is Ether
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap.c | 431 int coap_packet_append_payload(struct coap_packet *cpkt, const uint8_t *payload, in coap_packet_append_payload() argument 434 return append(cpkt, payload, payload_len) ? 0 : -EINVAL; in coap_packet_append_payload()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | Kconfig | 558 message payload that the node needs to be able to receive. 580 message payload that the node needs to be able to send. 846 has a sufficient amount of memory to store the model payload for them. 853 a sufficient number of these chunks from the pool to store the full model payload. 859 The maximum number of available chunks the Access layer allocates to store model payload.
|
/Zephyr-latest/boards/nxp/mr_canhubk3/doc/ |
D | index.rst | 170 payload. We need to pay attention to configuration options:
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_message_handling.c | 396 const uint8_t *payload; in prepare_msg_for_send() local 406 payload = coap_packet_get_payload(&msg->body_encode_buffer, &len); in prepare_msg_for_send() 429 uint32_t hash = sys_hash32(payload, len); in prepare_msg_for_send()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/ |
D | radio.c | 206 bt_addr_t *rpa = (bt_addr_t *)&pdu_adv->payload[0]; in ar_execute()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | sar_cfg.rst | 44 SAR does not impose extra overhead on the access layer payload per segment.
|
/Zephyr-latest/doc/services/tfm/ |
D | overview.rst | 164 * Only the payload is encrypted (header, TLVs are plain text)
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/ |
D | README.rst | 38 - Calculate the SHA256 hash of a payload
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_0.rst | 712 | "buf_size" | Single SMP buffer size, this includes SMP header and CBOR payload. |
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio.c | 724 static uint8_t pkt_big_ctrl[offsetof(struct pdu_bis, payload) + sizeof(struct pdu_big_ctrl)];
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.7.rst | 406 * ``ZEP-1662`` - zoap_packet_get_payload() should return the payload length
|
D | release-notes-3.0.rst | 698 * Fixed :c:func:`zsock_sendmsg` when payload size exceeded network MTU. 1156 * :github:`40256` - websocket: the size of a websocket payload is limited
|
D | release-notes-3.1.rst | 1578 * :github:`44244` - Bluetooth: Controller: ISO BIS payload counter rollover 1685 * :github:`43567` - Bluetooth: Controller: ISO data packet dropped on payload array wraparound 1794 * :github:`42825` - MQTT client disconnection (EAGAIN) on publish with big payload
|
/Zephyr-latest/doc/connectivity/usb/device/ |
D | usb_device.rst | 194 payload is sent. This should allow sufficient time for first, and only first,
|
/Zephyr-latest/doc/security/ |
D | vulnerabilities.rst | 138 A malformed JSON payload that is received from an UpdateHub server may 1846 A malicious or malformed DNS packet without a payload can cause an out-of-bounds
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig | 250 connection interval and 2M PHY, maximum 18 packets with L2CAP payload
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_shell.c | 2084 request.payload = buf; in cmd_i3c_ibi_tir()
|