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 D | ble_transport.h | 96 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 D | access.c | 195 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 D | transport.c | 453 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 D | shell.c | 1118 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