zephyr/subsys/bluetooth/mesh/cfg.h
Pavel Vasilyev 6c9411656c Bluetooth: Mesh: Restore default device configuration on reset
This commit fixes an issue where bt_mesh_reset() call just erases all
mesh flags set at the initialization instead of restoring them and
thus disabling some features until the board reboot.

Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
2021-07-02 16:58:21 +03:00

11 lines
219 B
C

/*
* Copyright (c) 2020 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
void bt_mesh_cfg_default_set(void);
void bt_mesh_cfg_pending_store(void);
bool bt_mesh_fixed_group_match(uint16_t addr);