Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Ddfu_metadata.c25 metadata->fw_ver.build_num = net_buf_simple_pull_le32(buf); in bt_mesh_dfu_metadata_decode()
34 metadata->comp_hash = net_buf_simple_pull_le32(buf); in bt_mesh_dfu_metadata_decode()
Dblob_cli.c1226 info.size = net_buf_simple_pull_le32(buf); in handle_xfer_status()
1420 caps.max_size = net_buf_simple_pull_le32(buf); in handle_info_status()
Dblob_srv.c453 size = net_buf_simple_pull_le32(buf); in handle_xfer_start()
Ddfd_srv.c455 size = net_buf_simple_pull_le32(buf); in handle_upload_start()
/Zephyr-Core-3.6.0/subsys/bluetooth/services/ots/
Dots_oacp.c383 proc->create_params.size = net_buf_simple_pull_le32(&net_buf); in oacp_command_decode()
414 net_buf_simple_pull_le32(&net_buf); in oacp_command_decode()
416 net_buf_simple_pull_le32(&net_buf); in oacp_command_decode()
430 net_buf_simple_pull_le32(&net_buf); in oacp_command_decode()
432 net_buf_simple_pull_le32(&net_buf); in oacp_command_decode()
441 net_buf_simple_pull_le32(&net_buf); in oacp_command_decode()
443 net_buf_simple_pull_le32(&net_buf); in oacp_command_decode()
662 sys_put_le32(net_buf_simple_pull_le32(resp_param), (oacp_res + oacp_res_len)); in oacp_ind_send()
Dots_client.c343 net_buf_simple_pull_le32(&net_buf); in olcp_ind_handler()
386 checksum = net_buf_simple_pull_le32(&net_buf); in oacp_ind_handler()
462 net_buf_simple_pull_le32(&net_buf); in read_feature_cb()
465 net_buf_simple_pull_le32(&net_buf); in read_feature_cb()
809 net_buf_simple_pull_le32(&net_buf); in read_object_size_cb()
811 net_buf_simple_pull_le32(&net_buf); in read_object_size_cb()
1114 cur_object->props = net_buf_simple_pull_le32(&net_buf); in read_obj_properties_cb()
1683 rec->metadata.size.cur = net_buf_simple_pull_le32(buf); in decode_record()
1695 rec->metadata.size.alloc = net_buf_simple_pull_le32(buf); in decode_record()
1731 rec->metadata.props = net_buf_simple_pull_le32(buf); in decode_record()
/Zephyr-Core-3.6.0/tests/net/buf_simple/src/
Dmain.c116 zassert_equal(u32, net_buf_simple_pull_le32(&buf), in ZTEST()
/Zephyr-Core-3.6.0/include/zephyr/net/
Dbuf.h738 uint32_t net_buf_simple_pull_le32(struct net_buf_simple *buf);
2169 return net_buf_simple_pull_le32(&buf->b); in net_buf_pull_le32()
/Zephyr-Core-3.6.0/subsys/net/
Dbuf_simple.c471 uint32_t net_buf_simple_pull_le32(struct net_buf_simple *buf) in net_buf_simple_pull_le32() function
/Zephyr-Core-3.6.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/
Ddevice_composition.c475 delta = (int32_t) net_buf_simple_pull_le32(buf); in gen_delta_set_unack()
557 delta = (int32_t) net_buf_simple_pull_le32(buf); in gen_delta_set()
1057 printk("response = %08x\n", net_buf_simple_pull_le32(buf)); in vnd_status()
2622 delta = (int32_t) net_buf_simple_pull_le32(buf); in gen_delta_set_unack_temp()
2704 delta = (int32_t) net_buf_simple_pull_le32(buf); in gen_delta_set_temp()
/Zephyr-Core-3.6.0/subsys/bluetooth/audio/
Dbap_scan_delegator.c558 internal_state->requested_bis_sync[i] = net_buf_simple_pull_le32(buf); in scan_delegator_add_source()
718 internal_state->requested_bis_sync[i] = net_buf_simple_pull_le32(buf); in scan_delegator_mod_src()
Dbap_broadcast_assistant.c156 subgroup->bis_sync = net_buf_simple_pull_le32(&buf); in parse_recv_state()
Dbap_unicast_client.c3597 location = net_buf_simple_pull_le32(&buf); in unicast_client_pacs_location_read_func()
3655 location = net_buf_simple_pull_le32(&buf); in unicast_client_pacs_location_notify_cb()
Dmcc.c3385 track_segs->segs[i].pos = (int32_t)net_buf_simple_pull_le32(&tmp_buf); in decode_track_segments()
/Zephyr-Core-3.6.0/samples/bluetooth/unicast_audio_client/src/
Dmain.c434 audio_contexts = net_buf_simple_pull_le32(&ascs_svc_data); in check_audio_support_and_connect()