Home
last modified time | relevance | path

Searched refs:bt_mesh_trans_send (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dtransport.h98 int bt_mesh_trans_send(struct bt_mesh_net_tx *tx, struct net_buf_simple *msg,
Daccess.c848 return bt_mesh_trans_send(&tx, &sdu, &pub_sent_cb, (void *)mod); in publish_transmit()
1350 return bt_mesh_trans_send(&tx, buf, cb, cb_data); in bt_mesh_access_send()
Dtransport.c645 int bt_mesh_trans_send(struct bt_mesh_net_tx *tx, struct net_buf_simple *msg, in bt_mesh_trans_send() function
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_replay_cache.c279 err = bt_mesh_trans_send(&tx, &msg, &cb, &sem); in msg_send()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c1021 err = bt_mesh_trans_send(&tx, &msg, NULL, NULL); in cmd_net_send()