Searched refs:bt_mesh_net_resend (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | net.h | 353 int bt_mesh_net_resend(struct bt_mesh_subnet *sub, struct net_buf *buf, bool new_key, const struct …
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | net.c | 736 int bt_mesh_net_resend(struct bt_mesh_subnet *sub, struct net_buf *buf, bool new_key, const struct … in bt_mesh_net_resend() function
|
A D | transport.c | 301 err = bt_mesh_net_resend(tx->sub, seg, tx->new_key, &seg_sent_cb, tx); in seg_tx_send_unacked()
|
Completed in 9 milliseconds