Searched refs:bt_mesh_adv_send (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | beacon.c | 198 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()
|
D | adv.h | 79 void bt_mesh_adv_send(struct net_buf *buf, const struct bt_mesh_send_cb *cb,
|
D | prov.c | 373 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()
|
D | net.c | 843 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()
|
D | provisioner_prov.c | 1397 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);
|
D | adv.c | 461 void bt_mesh_adv_send(struct net_buf *buf, const struct bt_mesh_send_cb *cb, in bt_mesh_adv_send() function
|
D | friend.c | 1248 bt_mesh_adv_send(frnd->last, &buf_sent_cb, frnd); in friend_timeout()
|