1# Bluetooth GATT Battery service
2
3# Copyright (c) 2024 Croxel Inc.
4# SPDX-License-Identifier: Apache-2.0
5
6config BT_CTS
7 bool "GATT Current Time service"
8
9if BT_CTS
10
11config BT_CTS_HELPER_API
12 bool "Helper APIs to encode and decode CTS formatted time"
13
14endif
15