Searched refs:net_buf_simple_add_le32 (Results 1 – 15 of 15) sorted by relevance
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/ |
D | dfu_metadata.c | 61 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()
|
D | dfd_srv.c | 185 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()
|
D | blob_srv.c | 309 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()
|
D | blob_cli.c | 641 net_buf_simple_add_le32(&buf, cli->xfer->size); in xfer_start_tx()
|
/Zephyr-Core-3.4.0/tests/bluetooth/mesh/basic/src/ |
D | main.c | 179 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/ |
D | publisher.c | 83 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()
|
D | device_composition.c | 1001 net_buf_simple_add_le32(msg, state->response); in vnd_get()
|
/Zephyr-Core-3.4.0/subsys/bluetooth/services/ots/ |
D | ots_dir_list.c | 110 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()
|
D | ots_client.c | 1214 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()
|
D | ots_oacp.c | 214 net_buf_simple_add_le32(resp_param, checksum); in oacp_checksum_proc_validate()
|
/Zephyr-Core-3.4.0/tests/net/buf_simple/src/ |
D | main.c | 130 net_buf_simple_add_le32(&buf, u32); in ZTEST()
|
/Zephyr-Core-3.4.0/include/zephyr/net/ |
D | buf.h | 284 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/ |
D | buf_simple.c | 116 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/ |
D | bap_scan_delegator.c | 181 (void)net_buf_simple_add_le32(&read_buf, subgroup->bis_sync); in net_buf_put_recv_state()
|
D | mpl.c | 341 net_buf_simple_add_le32(obj.content, seg->pos); in setup_segments_object()
|