Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
cdf754f8d2ca1024a37b6aabb33c4a9269e2ba74
/
.
/
samples
/
bluetooth
/
gatt
/
gap.h
blob: 5f984bfe4b317c0bae4cbfe8ee6ac74637c1097e [
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
,
uint16_t
appearance
);
#ifdef
__cplusplus
}
#endif