Home
last modified time | relevance | path

Searched refs:bt_mesh_send_cb (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dadv.h27 const struct bt_mesh_send_cb *cb;
56 void bt_mesh_adv_send(struct net_buf *buf, const struct bt_mesh_send_cb *cb, void *cb_data);
A Dble_transport.h94 const struct bt_mesh_send_cb *cb, void *cb_data);
97 const struct bt_mesh_send_cb *cb, void *cb_data);
A Dnet.h351 int bt_mesh_net_send(struct bt_mesh_net_tx *tx, struct net_buf *buf, const struct bt_mesh_send_cb *…
353 …nd(struct bt_mesh_subnet *sub, struct net_buf *buf, bool new_key, const struct bt_mesh_send_cb *cb,
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/
A Daccess.h355 struct bt_mesh_send_cb { struct
380 const struct bt_mesh_send_cb *cb, void *cb_data); argument
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dtransport.c99 const struct bt_mesh_send_cb *cb;
131 …send_unseg(struct bt_mesh_net_tx *tx, struct net_buf_simple *sdu, const struct bt_mesh_send_cb *cb, in send_unseg()
263 static const struct bt_mesh_send_cb first_sent_cb = {
268 static const struct bt_mesh_send_cb seg_sent_cb = {
317 …nd_seg(struct bt_mesh_net_tx *net_tx, struct net_buf_simple *sdu, const struct bt_mesh_send_cb *cb, in send_seg()
453 …trans_send(struct bt_mesh_net_tx *tx, struct net_buf_simple *msg, const struct bt_mesh_send_cb *cb, in bt_mesh_trans_send()
538 …ans_resend(struct bt_mesh_net_tx *tx, struct net_buf_simple *msg, const struct bt_mesh_send_cb *cb, in bt_mesh_trans_resend()
988 const struct bt_mesh_send_cb *cb, void *cb_data) in bt_mesh_ctl_send()
A Dadv.c122 static inline void adv_send_start(u16_t duration, int err, const struct bt_mesh_send_cb *cb, void *… in adv_send_start()
129 static inline void adv_send_end(int err, const struct bt_mesh_send_cb *cb, void *cb_data) in adv_send_end()
141 const struct bt_mesh_send_cb *cb = BT_MESH_ADV(buf)->cb; in adv_send()
302 void bt_mesh_adv_send(struct net_buf *buf, const struct bt_mesh_send_cb *cb, void *cb_data) in bt_mesh_adv_send()
A Daccess.c159 static const struct bt_mesh_send_cb pub_sent_cb = {
672 struct net_buf_simple *msg, const struct bt_mesh_send_cb *cb, void *cb_data) in model_send()
712 const struct bt_mesh_send_cb *cb, void *cb_data) in bt_mesh_model_send()
A Dlpn.c176 static const struct bt_mesh_send_cb clear_sent_cb = {
286 static const struct bt_mesh_send_cb friend_req_sent_cb = {
353 static const struct bt_mesh_send_cb req_sent_cb = {
A Dbeacon.c124 static const struct bt_mesh_send_cb send_cb = { in secure_beacon_send()
A Dprov.c320 static struct bt_mesh_send_cb buf_sent_cb = {
388 static const struct bt_mesh_send_cb cb = { in gen_prov_ack_send()
391 const struct bt_mesh_send_cb *complete = &cb; in gen_prov_ack_send()
A Dnet.c736 …nd(struct bt_mesh_subnet *sub, struct net_buf *buf, bool new_key, const struct bt_mesh_send_cb *cb, in bt_mesh_net_resend()
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()
A Dfriend.c652 static const struct bt_mesh_send_cb clear_sent_cb = {
1010 static const struct bt_mesh_send_cb buf_sent_cb = { in friend_timeout()
A Dprovisioner_prov.c1206 static struct bt_mesh_send_cb buf_sent_cb = {
1323 static const struct bt_mesh_send_cb cb = { in gen_prov_ack_send()
1326 const struct bt_mesh_send_cb *complete; in gen_prov_ack_send()
A Dcfg_srv.c2641 static struct bt_mesh_send_cb cb = { NULL, node_reset_status_sent }; in node_reset()
/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_transport.c161 static struct bt_mesh_send_cb model_send_cb = { in genie_transport_model_send()
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/
A Dshell.c1993 …del_send(struct bt_mesh_model *model, uint16_t addr, uint8_t ttl, const struct bt_mesh_send_cb *cb, in local_model_send()

Completed in 42 milliseconds