Added the battery critical status char to bas service as per bas_1.1 spec. Updated BSIM test for BAS service to test the INDs of BAS critical characteristic. Signed-off-by: Nithin Ramesh Myliattil <niym@demant.com>
5 lines
180 B
CMake
5 lines
180 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
zephyr_sources_ifdef(CONFIG_BT_BAS bas.c)
|
|
zephyr_sources_ifdef(CONFIG_BT_BAS_BLS bas_bls.c)
|
|
zephyr_sources_ifdef(CONFIG_BT_BAS_BCS bas_bcs.c)
|