Home
last modified time | relevance | path

Searched refs:bt_mesh_trans_send (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dble_transport.h96 int bt_mesh_trans_send(struct bt_mesh_net_tx *tx, struct net_buf_simple *msg,
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Daccess.c195 err = bt_mesh_trans_send(&tx, &sdu, &pub_sent_cb, mod); in publish_retransmit()
708 return bt_mesh_trans_send(tx, msg, cb, cb_data); in model_send()
A Dtransport.c453 int bt_mesh_trans_send(struct bt_mesh_net_tx *tx, struct net_buf_simple *msg, const struct bt_mesh_… in bt_mesh_trans_send() function
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/
A Dshell.c1118 err = bt_mesh_trans_send(&tx, &msg, NULL, NULL); in cmd_net_send()
2066 err = bt_mesh_trans_send(&tx, &sdu, cb, cb_data); in local_model_send()

Completed in 12 milliseconds