Home
last modified time | relevance | path

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

/Zephyr-latest/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.c1225 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()
Dblob_srv.c452 size = net_buf_simple_pull_le32(buf); in handle_xfer_start()
Ddfd_srv.c451 size = net_buf_simple_pull_le32(buf); in handle_upload_start()
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_oacp.c373 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()
Dots_client.c355 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()
/Zephyr-latest/tests/lib/net_buf/buf_simple/src/
Dmain.c119 zassert_equal(u32, net_buf_simple_pull_le32(&buf), in ZTEST()
/Zephyr-latest/include/zephyr/
Dnet_buf.h810 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()
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
Ddevice_composition.c473 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()
/Zephyr-latest/lib/net_buf/
Dbuf_simple.c525 uint32_t net_buf_simple_pull_le32(struct net_buf_simple *buf) in net_buf_simple_pull_le32() function
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dmain.c153 audio_contexts = net_buf_simple_pull_le32(&ascs_svc_data); in check_audio_support_and_connect()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_scan_delegator.c616 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()
Dbap_broadcast_assistant.c306 subgroup->bis_sync = net_buf_simple_pull_le32(&buf); in parse_recv_state()
Dbap_unicast_client.c4021 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()
Dmcc.c3407 track_segs->segs[i].pos = (int32_t)net_buf_simple_pull_le32(&tmp_buf); in decode_track_segments()