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