Searched refs:bt_mesh_net_decode (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | net.h | 362 int bt_mesh_net_decode(struct net_buf_simple *data, enum bt_mesh_net_if net_if,
|
D | net.c | 1361 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()
|
D | proxy_client.c | 155 err = bt_mesh_net_decode(&server->buf, BLE_MESH_NET_IF_PROXY_CFG, in proxy_cfg()
|
D | proxy_server.c | 318 err = bt_mesh_net_decode(&client->buf, BLE_MESH_NET_IF_PROXY_CFG, in proxy_cfg()
|