Searched refs:net_buf_simple_pull_le32 (Results 1 – 15 of 15) sorted by relevance
25 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()
1225 info.size = net_buf_simple_pull_le32(buf); in handle_xfer_status()1419 caps.max_size = net_buf_simple_pull_le32(buf); in handle_info_status()
452 size = net_buf_simple_pull_le32(buf); in handle_xfer_start()
451 size = net_buf_simple_pull_le32(buf); in handle_upload_start()
373 proc->create_params.size = net_buf_simple_pull_le32(&net_buf); in oacp_command_decode()404 net_buf_simple_pull_le32(&net_buf); in oacp_command_decode()406 net_buf_simple_pull_le32(&net_buf); in oacp_command_decode()420 net_buf_simple_pull_le32(&net_buf); in oacp_command_decode()422 net_buf_simple_pull_le32(&net_buf); in oacp_command_decode()431 net_buf_simple_pull_le32(&net_buf); in oacp_command_decode()433 net_buf_simple_pull_le32(&net_buf); in oacp_command_decode()653 sys_put_le32(net_buf_simple_pull_le32(resp_param), (oacp_res + oacp_res_len)); in oacp_ind_send()
355 net_buf_simple_pull_le32(&net_buf); in olcp_ind_handler()403 checksum = net_buf_simple_pull_le32(&net_buf); in oacp_ind_handler()479 net_buf_simple_pull_le32(&net_buf); in read_feature_cb()482 net_buf_simple_pull_le32(&net_buf); in read_feature_cb()826 net_buf_simple_pull_le32(&net_buf); in read_object_size_cb()828 net_buf_simple_pull_le32(&net_buf); in read_object_size_cb()1133 cur_object->props = net_buf_simple_pull_le32(&net_buf); in read_obj_properties_cb()1704 rec->metadata.size.cur = net_buf_simple_pull_le32(buf); in decode_record()1716 rec->metadata.size.alloc = net_buf_simple_pull_le32(buf); in decode_record()1752 rec->metadata.props = net_buf_simple_pull_le32(buf); in decode_record()
119 zassert_equal(u32, net_buf_simple_pull_le32(&buf), in ZTEST()
810 uint32_t net_buf_simple_pull_le32(struct net_buf_simple *buf);2335 return net_buf_simple_pull_le32(&buf->b); in net_buf_pull_le32()
473 delta = (int32_t) net_buf_simple_pull_le32(buf); in gen_delta_set_unack()555 delta = (int32_t) net_buf_simple_pull_le32(buf); in gen_delta_set()1055 printk("response = %08x\n", net_buf_simple_pull_le32(buf)); in vnd_status()2620 delta = (int32_t) net_buf_simple_pull_le32(buf); in gen_delta_set_unack_temp()2702 delta = (int32_t) net_buf_simple_pull_le32(buf); in gen_delta_set_temp()
525 uint32_t net_buf_simple_pull_le32(struct net_buf_simple *buf) in net_buf_simple_pull_le32() function
153 audio_contexts = net_buf_simple_pull_le32(&ascs_svc_data); in check_audio_support_and_connect()
616 internal_state->requested_bis_sync[i] = net_buf_simple_pull_le32(buf); in scan_delegator_add_source()791 internal_state->requested_bis_sync[i] = net_buf_simple_pull_le32(buf); in scan_delegator_mod_src()
306 subgroup->bis_sync = net_buf_simple_pull_le32(&buf); in parse_recv_state()
4021 location = net_buf_simple_pull_le32(&buf); in unicast_client_pacs_location_read_func()4072 location = net_buf_simple_pull_le32(&buf); in unicast_client_pacs_location_notify_cb()
3407 track_segs->segs[i].pos = (int32_t)net_buf_simple_pull_le32(&tmp_buf); in decode_track_segments()