Home
last modified time | relevance | path

Searched refs:send_cb (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dbeacon.c141 static const struct bt_mesh_send_cb send_cb = { in secure_beacon_send() local
198 bt_mesh_adv_send(buf, &send_cb, SNB_NET_IDX_SET(sub->net_idx)); in secure_beacon_send()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dclient_common.c241 static const struct bt_mesh_send_cb send_cb = { variable
339 err = bt_mesh_model_send(param->model, &param->ctx, msg, &send_cb, node); in bt_mesh_client_send_msg()