Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dnet.h305 int bt_mesh_net_decode(struct net_buf_simple *in, enum bt_mesh_net_if net_if,
Dnet.c805 int bt_mesh_net_decode(struct net_buf_simple *in, enum bt_mesh_net_if net_if, in bt_mesh_net_decode() function
878 if (bt_mesh_net_decode(data, net_if, &rx, &buf)) { in bt_mesh_net_recv()
Dproxy_srv.c271 err = bt_mesh_net_decode(&role->buf, BT_MESH_NET_IF_PROXY_CFG, in proxy_cfg()