zephyr/subsys/bluetooth/services/Kconfig.cts
Anuj Pathak 957d59814b bluetooth: services: added current time service
- added ctc implementation
- updated Kconfig & CMake files
- updated service doc

Signed-off-by: Anuj Pathak <anuj@croxel.com>
2024-08-29 11:38:28 +02:00

15 lines
258 B
TypeScript

# Bluetooth GATT Battery service
# Copyright (c) 2024 Croxel Inc.
# SPDX-License-Identifier: Apache-2.0
config BT_CTS
bool "GATT Current Time service"
if BT_CTS
config BT_CTS_HELPER_API
bool "Helper APIs to encode and decode CTS formatted time"
endif