Home
last modified time | relevance | path

Searched refs:payload (Results 201 – 225 of 240) sorted by relevance

12345678910

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso.c151 offsetof(struct pdu_iso, payload) + \
1867 memcpy(&pdu_buffer->pdu->payload[pdu_offset], sdu_payload, consume_len); in ll_iso_pdu_write()
Dull_sync_iso.c551 lll->payload[i][j] = NULL; in ull_sync_iso_setup()
Dull_adv_aux.c2897 offsetof(struct pdu_adv, payload) + in ull_adv_aux_chain_pdu_duplicate()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c1707 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/
Dlll_adv.c1001 pdu_len = offsetof(struct pdu_adv, payload) + pdu_adv_rx->len; in isr_rx_sr_report()
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_l2.rst127 header, payload and frame checksum. Buffers to be sent over the radio will
Dlwm2m.rst531 Full content of data cache is written into a payload when any READ, SEND or NOTIFY operation
/Zephyr-latest/doc/connectivity/networking/
Dnetwork_monitoring.rst89 Scapy L2 type name of the UDP payload, default is Ether
/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c431 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/
DKconfig558 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/
Dindex.rst170 payload. We need to pay attention to configuration options:
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.c396 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/
Dradio.c206 bt_addr_t *rpa = (bt_addr_t *)&pdu_adv->payload[0]; in ar_execute()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsar_cfg.rst44 SAR does not impose extra overhead on the access layer payload per segment.
/Zephyr-latest/doc/services/tfm/
Doverview.rst164 * Only the payload is encrypted (header, TLVs are plain text)
/Zephyr-latest/samples/tfm_integration/psa_crypto/
DREADME.rst38 - Calculate the SHA256 hash of a payload
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_0.rst712 | "buf_size" | Single SMP buffer size, this includes SMP header and CBOR payload. |
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.c724 static uint8_t pkt_big_ctrl[offsetof(struct pdu_bis, payload) + sizeof(struct pdu_big_ctrl)];
/Zephyr-latest/doc/releases/
Drelease-notes-1.7.rst406 * ``ZEP-1662`` - zoap_packet_get_payload() should return the payload length
Drelease-notes-3.0.rst698 * Fixed :c:func:`zsock_sendmsg` when payload size exceeded network MTU.
1156 * :github:`40256` - websocket: the size of a websocket payload is limited
Drelease-notes-3.1.rst1578 * :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/
Dusb_device.rst194 payload is sent. This should allow sufficient time for first, and only first,
/Zephyr-latest/doc/security/
Dvulnerabilities.rst138 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/
DKconfig250 connection interval and 2M PHY, maximum 18 packets with L2CAP payload
/Zephyr-latest/drivers/i3c/
Di3c_shell.c2084 request.payload = buf; in cmd_i3c_ibi_tir()

12345678910