Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
87ce5f1935402c706e7e2cf63568571acc037c48
/
.
/
samples
/
bluetooth
/
gatt
/
bas.h
blob: b1a59637022fedfb68a49e099c050bd91e1bca90 [
file
] [
log
] [
blame
]
/** @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