Home
last modified time | relevance | path

Searched refs:bt_mesh_adv_send (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dbeacon.c198 bt_mesh_adv_send(buf, &send_cb, SNB_NET_IDX_SET(sub->net_idx)); in secure_beacon_send()
236 bt_mesh_adv_send(buf, NULL, NULL); in unprovisioned_beacon_send()
254 bt_mesh_adv_send(buf, NULL, NULL); in unprovisioned_beacon_send()
Dadv.h79 void bt_mesh_adv_send(struct net_buf *buf, const struct bt_mesh_send_cb *cb,
Dprov.c373 bt_mesh_adv_send(buf, complete, NULL); in gen_prov_ack_send()
391 bt_mesh_adv_send(buf, NULL, NULL); in send_reliable()
393 bt_mesh_adv_send(buf, &buf_sent_cb, NULL); in send_reliable()
1337 bt_mesh_adv_send(buf, NULL, NULL); in prov_retransmit()
1339 bt_mesh_adv_send(buf, &buf_sent_cb, NULL); in prov_retransmit()
Dnet.c843 bt_mesh_adv_send(buf, cb, cb_data); in bt_mesh_net_resend()
1005 bt_mesh_adv_send(buf, cb, cb_data); in bt_mesh_net_send()
1340 bt_mesh_adv_send(buf, NULL, NULL); in bt_mesh_net_relay()
Dprovisioner_prov.c1397 bt_mesh_adv_send(buf, complete, (void *)(int)idx);
1415 bt_mesh_adv_send(buf, NULL, NULL);
1417 bt_mesh_adv_send(buf, &buf_sent_cb, (void *)(int)idx);
2772 bt_mesh_adv_send(buf, NULL, NULL);
2774 bt_mesh_adv_send(buf, &buf_sent_cb, (void *)(int)idx);
Dadv.c461 void bt_mesh_adv_send(struct net_buf *buf, const struct bt_mesh_send_cb *cb, in bt_mesh_adv_send() function
Dfriend.c1248 bt_mesh_adv_send(frnd->last, &buf_sent_cb, frnd); in friend_timeout()