zephyr/samples/bluetooth/gatt/bas.h

21 lines
248 B
C

/** @file
* @brief BAS Service sample
*/
/*
* Copyright (c) 2016 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifdef __cplusplus
extern "C" {
#endif
void bas_init(void);
void bas_notify(void);
#ifdef __cplusplus
}
#endif