Searched refs:net_buf_simple_pull_le24 (Results 1 – 8 of 8) sorted by relevance
26 metadata->fw_size = net_buf_simple_pull_le24(buf); in bt_mesh_dfu_metadata_decode()
930 polltimeout = net_buf_simple_pull_le24(buf); in lpn_timeout_status()
84 zassert_equal(u24, net_buf_simple_pull_le24(&buf), in ZTEST()
398 base->pd = net_buf_simple_pull_le24(&net_buf); in bt_bap_decode_base()
119 recv_state->broadcast_id = net_buf_simple_pull_le24(&buf); in parse_recv_state()
490 state->broadcast_id = net_buf_simple_pull_le24(buf); in scan_delegator_add_source()
710 uint32_t net_buf_simple_pull_le24(struct net_buf_simple *buf);2138 return net_buf_simple_pull_le24(&buf->b); in net_buf_pull_le24()
447 uint32_t net_buf_simple_pull_le24(struct net_buf_simple *buf) in net_buf_simple_pull_le24() function