Home
last modified time | relevance | path

Searched refs:bt_mesh_net_send (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dnet.h302 int bt_mesh_net_send(struct bt_mesh_net_tx *tx, struct bt_mesh_adv *adv,
Dtransport.c171 return bt_mesh_net_send(tx, adv, cb, cb_data); in send_unseg()
427 err = bt_mesh_net_send(&net_tx, seg, &seg_sent_cb, tx); in seg_tx_send_unacked()
Dnet.c531 int bt_mesh_net_send(struct bt_mesh_net_tx *tx, struct bt_mesh_adv *adv, in bt_mesh_net_send() function