Searched refs:net_buf_simple_add_be32 (Results 1 – 4 of 4) sorted by relevance
251 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)
87 net_buf_simple_add_be32(buf, bt_mesh.iv_index); in bt_mesh_beacon_create()
189 void net_buf_simple_add_be32(struct os_mbuf *om, uint32_t val) in net_buf_simple_add_be32() function
1119 net_buf_simple_add_be32(pdu, bt_mesh.iv_index); in send_prov_data()