Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dnet.h349 int bt_mesh_net_encode(struct bt_mesh_net_tx *tx, struct net_buf_simple *buf, bool proxy);
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dprovisioner_proxy.c750 err = bt_mesh_net_encode(&tx, buf, true); in send_my_proxy_config()
A Dnet.c810 int bt_mesh_net_encode(struct bt_mesh_net_tx *tx, struct net_buf_simple *buf, bool proxy) in bt_mesh_net_encode() function
890 err = bt_mesh_net_encode(tx, &buf->b, false); in bt_mesh_net_send()
A Dproxy.c253 err = bt_mesh_net_encode(&tx, buf, true); in send_filter_status()

Completed in 10 milliseconds