Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.h362 int bt_mesh_net_decode(struct net_buf_simple *data, enum bt_mesh_net_if net_if,
Dnet.c1361 int bt_mesh_net_decode(struct net_buf_simple *data, enum bt_mesh_net_if net_if, in bt_mesh_net_decode() function
1480 if (bt_mesh_net_decode(data, net_if, &rx, &buf)) { in bt_mesh_net_recv()
Dproxy_client.c155 err = bt_mesh_net_decode(&server->buf, BLE_MESH_NET_IF_PROXY_CFG, in proxy_cfg()
Dproxy_server.c318 err = bt_mesh_net_decode(&client->buf, BLE_MESH_NET_IF_PROXY_CFG, in proxy_cfg()