Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
87ce5f1935402c706e7e2cf63568571acc037c48
/
.
/
samples
/
bluetooth
/
gatt
/
ipss.h
blob: 7d46abb53ee1667f1a95be532a9e3e80aa46171f [
file
] [
log
] [
blame
]
/** @file
* @brief IPSP Service sample
*/
/*
* Copyright (c) 2015-2016 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifdef
__cplusplus
extern
"C"
{
#endif
void
ipss_init
(
void
);
int
ipss_advertise
(
void
);
#ifdef
__cplusplus
}
#endif