Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/include/mesh/
Dglue.h251 void net_buf_simple_add_be32(struct os_mbuf *om, uint32_t val);
271 #define net_buf_add_be32(a, b) net_buf_simple_add_be32(a, b)
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/
Dbeacon.c87 net_buf_simple_add_be32(buf, bt_mesh.iv_index); in bt_mesh_beacon_create()
Dglue.c189 void net_buf_simple_add_be32(struct os_mbuf *om, uint32_t val) in net_buf_simple_add_be32() function
Dprov.c1119 net_buf_simple_add_be32(pdu, bt_mesh.iv_index); in send_prov_data()