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 D | adv.h | 27 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 D | ble_transport.h | 94 const struct bt_mesh_send_cb *cb, void *cb_data); 97 const struct bt_mesh_send_cb *cb, void *cb_data);
|
A D | net.h | 351 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 D | access.h | 355 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 D | transport.c | 99 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 D | adv.c | 122 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 D | access.c | 159 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 D | lpn.c | 176 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 D | beacon.c | 124 static const struct bt_mesh_send_cb send_cb = { in secure_beacon_send()
|
A D | prov.c | 320 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 D | net.c | 736 …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 D | friend.c | 652 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 D | provisioner_prov.c | 1206 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 D | cfg_srv.c | 2641 static struct bt_mesh_send_cb cb = { NULL, node_reset_status_sent }; in node_reset()
|
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_transport.c | 161 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 D | shell.c | 1993 …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