Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/mesh/delayable_msg/src/
Dmain.c51 int bt_mesh_access_send(struct bt_mesh_msg_ctx *ctx, struct net_buf_simple *buf, uint16_t src_addr, in bt_mesh_access_send() function
96 ztest_expect_data(bt_mesh_access_send, ctx, &gctx); in set_expectation()
97 ztest_expect_value(bt_mesh_access_send, src_addr, SRC_ADDR); in set_expectation()
98 ztest_expect_data(bt_mesh_access_send, cb, &send_cb); in set_expectation()
99 ztest_expect_data(bt_mesh_access_send, cb_data, buf_id); in set_expectation()
/Zephyr-latest/subsys/bluetooth/mesh/
Daccess.h106 int bt_mesh_access_send(struct bt_mesh_msg_ctx *ctx, struct net_buf_simple *buf, uint16_t src_addr,
Ddelayable_msg.c190 err = bt_mesh_access_send(&msg->ctx, &buf, msg->src_addr, msg->cb, msg->cb_data); in push_msg_from_delayable_msgs()
Daccess.c1333 int bt_mesh_access_send(struct bt_mesh_msg_ctx *ctx, struct net_buf_simple *buf, uint16_t src_addr, in bt_mesh_access_send() function
1613 return bt_mesh_access_send(ctx, msg, bt_mesh_model_elem(model)->rt->addr, cb, cb_data); in bt_mesh_model_send()