nRF Connect SDK API 3.3.99
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
34void bt_mesh_dk_prov_node_reset_cb_set(void (*handler)(void));
35
36#ifdef __cplusplus
37}
38#endif
39
40#endif /* BT_MESH_DK_PROV_H__ */
41
void bt_mesh_dk_prov_node_reset_cb_set(void(*handler)(void))
Register a handler for node reset.
const struct bt_mesh_prov * bt_mesh_dk_prov_init(void)
Initialize the provisioning handler.