Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.h352 int bt_mesh_net_encode(struct bt_mesh_net_tx *tx, struct net_buf_simple *buf,
Dnet.c858 int bt_mesh_net_encode(struct bt_mesh_net_tx *tx, struct net_buf_simple *buf, in bt_mesh_net_encode() function
931 err = bt_mesh_net_encode(tx, &buf->b, false); in bt_mesh_net_send()
Dproxy_client.c919 err = bt_mesh_net_encode(&tx, buf, true); in send_proxy_cfg()
Dproxy_server.c294 err = bt_mesh_net_encode(&tx, buf, true); in send_filter_status()