Searched refs:bt_mesh_net_encode (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | net.h | 352 int bt_mesh_net_encode(struct bt_mesh_net_tx *tx, struct net_buf_simple *buf,
|
D | net.c | 858 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()
|
D | proxy_client.c | 919 err = bt_mesh_net_encode(&tx, buf, true); in send_proxy_cfg()
|
D | proxy_server.c | 294 err = bt_mesh_net_encode(&tx, buf, true); in send_filter_status()
|