Searched refs:bt_mesh_net_send (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | net.h | 351 int bt_mesh_net_send(struct bt_mesh_net_tx *tx, struct net_buf *buf, const struct bt_mesh_send_cb *…
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | transport.c | 165 return bt_mesh_net_send(tx, buf, cb, cb_data); in send_unseg() 423 err = bt_mesh_net_send(net_tx, seg, seg_o ? &seg_sent_cb : &first_sent_cb, tx); in send_seg() 1018 return bt_mesh_net_send(tx, buf, cb, cb_data); in bt_mesh_ctl_send()
|
A D | net.c | 877 int bt_mesh_net_send(struct bt_mesh_net_tx *tx, struct net_buf *buf, const struct bt_mesh_send_cb *… in bt_mesh_net_send() function
|
Completed in 9 milliseconds