Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dop_agg.h20 int bt_mesh_op_agg_encode_msg(struct net_buf_simple *msg, struct net_buf_simple *buf);
Dop_agg.c19 int bt_mesh_op_agg_encode_msg(struct net_buf_simple *msg, struct net_buf_simple *buf) in bt_mesh_op_agg_encode_msg() function
Dop_agg_srv.c141 err = bt_mesh_op_agg_encode_msg(msg, srv.ctx.sdu); in bt_mesh_op_agg_srv_send()
Dop_agg_cli.c215 return bt_mesh_op_agg_encode_msg(msg, cli.ctx.sdu); in bt_mesh_op_agg_cli_send()