blob: 92aec4801d569978bb74428b1b5050c1399516ae [file] [log] [blame]
/** @file
* @brief GAP Service sample
*/
/*
* Copyright (c) 2016 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifdef __cplusplus
extern "C" {
#endif
void gap_init(const char *name, u16_t appearance);
#ifdef __cplusplus
}
#endif