Searched refs:bt_mesh_trans_send (Results 1 – 4 of 4) sorted by relevance
/subsys/bluetooth/mesh/ |
A D | transport.h | 98 int bt_mesh_trans_send(struct bt_mesh_net_tx *tx, struct net_buf_simple *msg,
|
A D | access.c | 848 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()
|
A D | transport.c | 645 int bt_mesh_trans_send(struct bt_mesh_net_tx *tx, struct net_buf_simple *msg, in bt_mesh_trans_send() function
|
/subsys/bluetooth/mesh/shell/ |
A D | shell.c | 1000 err = bt_mesh_trans_send(&tx, &msg, NULL, NULL); in cmd_net_send()
|
Completed in 92 milliseconds