1 /* 2 * Copyright (c) 2020 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 void bt_mesh_cfg_default_set(void); 8 void bt_mesh_cfg_pending_store(void); 9 10 bool bt_mesh_fixed_group_match(uint16_t addr); 11