LPT26x-HSF-4MB-Hilink_14.2..../application/samples/bt/ble/Kconfig
2025-05-13 22:00:58 +08:00

24 lines
791 B
Plaintext
Executable File

#===============================================================================
# @brief Kconfig file.
# Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
#===============================================================================
choice
prompt "BLE Sample"
config SAMPLE_SUPPORT_BLE_GATT_CLIENT_SAMPLE
bool "Support BLE GATT Client Sample."
config SAMPLE_SUPPORT_BLE_GATT_SERVER_SAMPLE
bool "Support BLE GATT Server Sample."
config SAMPLE_SUPPORT_BLE_SPEED_SERVER_SAMPLE
bool "Support BLE Throughput Server Sample."
config SAMPLE_SUPPORT_BLE_SPEED_CLIENT_SAMPLE
bool "Support BLE Throughput Client Sample"
config SAMPLE_SUPPORT_BLE_CFG_SAMPLE
bool "Support BLE WIFI CFG Sample"
endchoice