Home
last modified time | relevance | path

Searched refs:net_buf_pull_be24 (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Davrcp.c268 rsp.company_id = net_buf_pull_be24(buf); in avrcp_unit_info_handler()
/Zephyr-latest/include/zephyr/
Dnet_buf.h2362 static inline uint32_t net_buf_pull_be24(struct net_buf *buf) in net_buf_pull_be24() function
/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c578 zassert_equal(u32, net_buf_pull_be24(buf), in ZTEST()