Home
last modified time | relevance | path

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 Dnet.h351 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 Dtransport.c165 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 Dnet.c877 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