InfiniTime.git
ref: 79728730d7eba048192efcf6a455beecb5db562d
src/libs/mynewt-nimble/nimble/host/mesh/src/cfg.h
1
2
3
4
5
6
7
8
9
|
/*
* Copyright (c) 2020 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
void bt_mesh_cfg_init(void);
bool bt_mesh_fixed_group_match(uint16_t addr); |