2020-08-18 19:36:38 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2020 Nordic Semiconductor ASA
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2021-06-23 22:27:35 +08:00
|
|
|
void bt_mesh_cfg_default_set(void);
|
2021-01-06 16:56:56 +08:00
|
|
|
void bt_mesh_cfg_pending_store(void);
|
2020-08-18 19:36:38 +08:00
|
|
|
|
|
|
|
bool bt_mesh_fixed_group_match(uint16_t addr);
|