2016-03-14 16:59:58 +08:00
|
|
|
/** @file
|
|
|
|
* @brief IPSP Service sample
|
|
|
|
*/
|
2016-02-15 16:45:47 +08:00
|
|
|
|
|
|
|
/*
|
2016-06-10 17:10:18 +08:00
|
|
|
* Copyright (c) 2015-2016 Intel Corporation
|
2016-02-15 16:45:47 +08:00
|
|
|
*
|
2017-01-19 09:01:01 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2016-02-15 16:45:47 +08:00
|
|
|
*/
|
|
|
|
|
2016-12-16 17:21:21 +08:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2016-02-15 16:45:47 +08:00
|
|
|
void ipss_init(void);
|
|
|
|
int ipss_advertise(void);
|
2016-12-16 17:21:21 +08:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|