Searched refs:send_cb (Results 1 – 2 of 2) sorted by relevance
141 static const struct bt_mesh_send_cb send_cb = { in secure_beacon_send() local198 bt_mesh_adv_send(buf, &send_cb, SNB_NET_IDX_SET(sub->net_idx)); in secure_beacon_send()
241 static const struct bt_mesh_send_cb send_cb = { variable339 err = bt_mesh_model_send(param->model, ¶m->ctx, msg, &send_cb, node); in bt_mesh_client_send_msg()