nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
dk_prov.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2019 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
14#ifndef BT_MESH_DK_PROV_H__
15#define BT_MESH_DK_PROV_H__
16
17#include <zephyr/bluetooth/mesh.h>
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
23
28const struct bt_mesh_prov *bt_mesh_dk_prov_init(void);
29
30#ifdef __cplusplus
31}
32#endif
33
34#endif /* BT_MESH_DK_PROV_H__ */
35
const struct bt_mesh_prov * bt_mesh_dk_prov_init(void)
Initialize the provisioning handler.