Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h305 void net_buf_simple_add_be32(struct net_buf_simple *buf, uint32_t val);
1182 #define net_buf_add_be32(buf, val) net_buf_simple_add_be32(&(buf)->b, val)
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/
Dbeacon.c121 net_buf_simple_add_be32(buf, bt_mesh.iv_index); in bt_mesh_beacon_create()
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c103 void net_buf_simple_add_be32(struct net_buf_simple *buf, uint32_t val) in net_buf_simple_add_be32() function