Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c685 net_buf_add_be32(resp_buf, record->handle); in sdp_svc_search_req()
742 net_buf_add_be32(buf, elem->data_size); in copy_attribute()
765 net_buf_add_be32(buf, *((uint32_t *)elem->data)); in copy_attribute()
1505 net_buf_add_be32(buf, BT_UUID_32(param->uuid)->val); in sdp_client_ss_search()
1549 net_buf_add_be32(buf, param->handle); in sdp_client_sa_search()
1608 net_buf_add_be32(buf, BT_UUID_32(param->uuid)->val); in sdp_client_ssa_search()
/Zephyr-latest/include/zephyr/
Dnet_buf.h1740 static inline void net_buf_add_be32(struct net_buf *buf, uint32_t val) in net_buf_add_be32() function
/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c603 net_buf_add_be32(buf, u32); in ZTEST()