Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dadv.h47 const struct bt_mesh_send_cb *cb;
79 void bt_mesh_adv_send(struct net_buf *buf, const struct bt_mesh_send_cb *cb,
85 void bt_mesh_relay_adv_send(struct net_buf *buf, const struct bt_mesh_send_cb *cb,
Dtransport.h106 size_t data_len, const struct bt_mesh_send_cb *cb,
110 const struct bt_mesh_send_cb *cb, void *cb_data);
Dnet.h356 const struct bt_mesh_send_cb *cb, void *cb_data);
359 bool new_key, const struct bt_mesh_send_cb *cb,
406 static inline void send_cb_finalize(const struct bt_mesh_send_cb *cb, in send_cb_finalize()
Dadv.c128 const struct bt_mesh_send_cb *cb, in adv_send_start()
136 static inline void adv_send_end(int err, const struct bt_mesh_send_cb *cb, in adv_send_end()
148 const struct bt_mesh_send_cb *cb = BLE_MESH_ADV(buf)->cb; in adv_send()
461 void bt_mesh_adv_send(struct net_buf *buf, const struct bt_mesh_send_cb *cb, in bt_mesh_adv_send()
563 void bt_mesh_relay_adv_send(struct net_buf *buf, const struct bt_mesh_send_cb *cb, in bt_mesh_relay_adv_send()
726 static void bt_mesh_ble_adv_send(struct net_buf *buf, const struct bt_mesh_send_cb *cb, in bt_mesh_ble_adv_send()
801 static struct bt_mesh_send_cb ble_adv_send_cb = {
Dtransport.c83 const struct bt_mesh_send_cb *cb;
190 const struct bt_mesh_send_cb *cb, void *cb_data) in send_unseg()
313 const struct bt_mesh_send_cb *cb = tx->cb; in seg_tx_complete()
367 static const struct bt_mesh_send_cb first_sent_cb = {
372 static const struct bt_mesh_send_cb seg_sent_cb = {
429 const struct bt_mesh_send_cb *cb, void *cb_data) in send_seg()
598 const struct bt_mesh_send_cb *cb, void *cb_data) in bt_mesh_trans_send()
1143 size_t data_len, const struct bt_mesh_send_cb *cb, in ctl_send_unseg()
1176 size_t data_len, const struct bt_mesh_send_cb *cb, in ctl_send_seg()
1261 size_t data_len, const struct bt_mesh_send_cb *cb, in bt_mesh_ctl_send()
Dlpn.c176 static const struct bt_mesh_send_cb clear_sent_cb = {
298 static const struct bt_mesh_send_cb friend_req_sent_cb = {
370 static const struct bt_mesh_send_cb req_sent_cb = {
Daccess.c164 static const struct bt_mesh_send_cb pub_sent_cb = {
760 const struct bt_mesh_send_cb *cb, void *cb_data) in model_send()
800 const struct bt_mesh_send_cb *cb, void *cb_data) in bt_mesh_model_send()
Dbeacon.c141 static const struct bt_mesh_send_cb send_cb = { in secure_beacon_send()
Dprov.c268 static struct bt_mesh_send_cb buf_sent_cb = {
344 static const struct bt_mesh_send_cb cb = { in gen_prov_ack_send()
347 const struct bt_mesh_send_cb *complete = NULL; in gen_prov_ack_send()
Dnet.c785 bool new_key, const struct bt_mesh_send_cb *cb, in bt_mesh_net_resend()
917 const struct bt_mesh_send_cb *cb, void *cb_data) in bt_mesh_net_send()
Dfriend.c804 static const struct bt_mesh_send_cb clear_sent_cb = {
1201 static const struct bt_mesh_send_cb buf_sent_cb = { in friend_timeout()
Dprovisioner_prov.c1271 static struct bt_mesh_send_cb buf_sent_cb = {
1368 static const struct bt_mesh_send_cb cb = {
1371 const struct bt_mesh_send_cb *complete = NULL;
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dclient_common.h75 const struct bt_mesh_send_cb *cb; /* User defined callback function */
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h491 struct bt_mesh_send_cb { struct
518 const struct bt_mesh_send_cb *cb,
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dclient_common.c241 static const struct bt_mesh_send_cb send_cb = {