Home
last modified time | relevance | path

Searched refs:net_buf_simple_add_le32 (Results 1 – 15 of 15) sorted by relevance

/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/
Ddfu_metadata.c61 net_buf_simple_add_le32(buf, metadata->fw_ver.build_num); in bt_mesh_dfu_metadata_encode()
64 net_buf_simple_add_le32(buf, metadata->comp_hash); in bt_mesh_dfu_metadata_encode()
Ddfd_srv.c185 net_buf_simple_add_le32( in handle_receivers_get()
219 net_buf_simple_add_le32(&rsp, CONFIG_BT_MESH_DFD_SRV_SLOT_MAX_SIZE); in handle_capabilities_get()
220 net_buf_simple_add_le32(&rsp, CONFIG_BT_MESH_DFD_SRV_SLOT_SPACE); in handle_capabilities_get()
226 net_buf_simple_add_le32(&rsp, CONFIG_BT_MESH_DFD_SRV_SLOT_SPACE - size); in handle_capabilities_get()
Dblob_srv.c309 net_buf_simple_add_le32(&buf, srv->state.xfer.size); in xfer_status_rsp()
784 net_buf_simple_add_le32(&rsp, CONFIG_BT_MESH_BLOB_SIZE_MAX); in handle_info_get()
Dblob_cli.c641 net_buf_simple_add_le32(&buf, cli->xfer->size); in xfer_start_tx()
/Zephyr-Core-3.4.0/tests/bluetooth/mesh/basic/src/
Dmain.c179 net_buf_simple_add_le32(vnd_pub.msg, UINT32_MAX); in bt_ready()
180 net_buf_simple_add_le32(vnd_pub2.msg, UINT32_MAX); in bt_ready()
/Zephyr-Core-3.4.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dpublisher.c83 net_buf_simple_add_le32(root_models[5].pub->msg, 100); in publish()
149 net_buf_simple_add_le32(root_models[5].pub->msg, -100); in publish()
Ddevice_composition.c1001 net_buf_simple_add_le32(msg, state->response); in vnd_get()
/Zephyr-Core-3.4.0/subsys/bluetooth/services/ots/
Dots_dir_list.c110 net_buf_simple_add_le32(net_buf, obj->metadata.size.cur); in dir_list_object_encode()
113 net_buf_simple_add_le32(net_buf, obj->metadata.props); in dir_list_object_encode()
Dots_client.c1214 net_buf_simple_add_le32(&otc_tx_buf, offset); in oacp_read()
1218 net_buf_simple_add_le32(&otc_tx_buf, length); in oacp_read()
1271 net_buf_simple_add_le32(&otc_tx_buf, offset); in oacp_write()
1274 net_buf_simple_add_le32(&otc_tx_buf, len); in oacp_write()
1319 net_buf_simple_add_le32(&otc_tx_buf, offset); in oacp_checksum()
1322 net_buf_simple_add_le32(&otc_tx_buf, len); in oacp_checksum()
Dots_oacp.c214 net_buf_simple_add_le32(resp_param, checksum); in oacp_checksum_proc_validate()
/Zephyr-Core-3.4.0/tests/net/buf_simple/src/
Dmain.c130 net_buf_simple_add_le32(&buf, u32); in ZTEST()
/Zephyr-Core-3.4.0/include/zephyr/net/
Dbuf.h284 void net_buf_simple_add_le32(struct net_buf_simple *buf, uint32_t val);
1604 net_buf_simple_add_le32(&buf->b, val); in net_buf_add_le32()
/Zephyr-Core-3.4.0/subsys/net/
Dbuf_simple.c116 void net_buf_simple_add_le32(struct net_buf_simple *buf, uint32_t val) in net_buf_simple_add_le32() function
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/
Dbap_scan_delegator.c181 (void)net_buf_simple_add_le32(&read_buf, subgroup->bis_sync); in net_buf_put_recv_state()
Dmpl.c341 net_buf_simple_add_le32(obj.content, seg->pos); in setup_segments_object()