first commit
This commit is contained in:
24
application/samples/bt/ble/Kconfig
Executable file
24
application/samples/bt/ble/Kconfig
Executable file
@ -0,0 +1,24 @@
|
||||
#===============================================================================
|
||||
# @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
|
Reference in New Issue
Block a user