Home
last modified time | relevance | path

Searched refs:net_buf_pull_be32 (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c309 data_elem->data_size = net_buf_pull_be32(buf); in parse_data_elem()
523 u.u32.val = net_buf_pull_be32(buf); in find_services()
1033 filter[(*num_filters)++] = net_buf_pull_be32(buf); in get_att_search_list()
1095 svc_rec_hdl = net_buf_pull_be32(buf); in sdp_svc_att_req()
1764 *total = net_buf_pull_be32(buf); in sdp_client_get_total()
1807 len = net_buf_pull_be32(buf); in get_ssa_record_len()
/Zephyr-latest/include/zephyr/
Dnet_buf.h2392 static inline uint32_t net_buf_pull_be32(struct net_buf *buf) in net_buf_pull_be32() function
/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c597 zassert_equal(u32, net_buf_pull_be32(buf), in ZTEST()
/Zephyr-latest/subsys/canbus/isotp/
Disotp.c117 len = net_buf_pull_be32(buf); in receive_get_ff_length()