Searched refs:buf_sent_cb (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | prov.c | 268 static struct bt_mesh_send_cb buf_sent_cb = { variable 393 bt_mesh_adv_send(buf, &buf_sent_cb, NULL); in send_reliable() 1339 bt_mesh_adv_send(buf, &buf_sent_cb, NULL); in prov_retransmit()
|
D | friend.c | 1201 static const struct bt_mesh_send_cb buf_sent_cb = { in friend_timeout() local 1248 bt_mesh_adv_send(frnd->last, &buf_sent_cb, frnd); in friend_timeout()
|
D | provisioner_prov.c | 1271 static struct bt_mesh_send_cb buf_sent_cb = { variable 1417 bt_mesh_adv_send(buf, &buf_sent_cb, (void *)(int)idx); 2774 bt_mesh_adv_send(buf, &buf_sent_cb, (void *)(int)idx);
|