1#=============================================================================== 2# @brief Kconfig file. 3# Copyright (c) 2020 HiSilicon (Shanghai) Technologies CO., LIMITED. 4#=============================================================================== 5 6config USING_BLE_LEGACY_ADV_V1 7 bool 8 prompt "Using ble legacy adv v1." 9 default n 10 11config USING_BLE_ADV_EXTENDED_ADV_V1 12 bool 13 prompt "Using ble extended adv v1." 14 default n 15 16config USING_BLE_EXT_SECONARY_ADV_V1 17 bool 18 prompt "Using ble ext seconary adv v1." 19 default n 20 depends on USING_BLE_ADV_EXTENDED_ADV_V1 21 22config USING_BLE_PERIODIC_ADV_V1 23 bool 24 prompt "Using ble periodic adv v1." 25 default n 26 depends on USING_BLE_ADV_EXTENDED_ADV_V1 && USING_BLE_EXT_SECONARY_ADV_V1 27 28config USING_BLE_LEGACY_SCAN_V1 29 bool 30 prompt "Using ble legacy scan v1." 31 default n 32 33config USING_BLE_EXTENDED_SCAN_V1 34 bool 35 prompt "Using ble extended scan v1." 36 default n 37 38config USING_BLE_PERIODIC_SYNC_V1 39 bool 40 prompt "Using ble periodic sync v1." 41 default n 42 depends on USING_BLE_EXTENDED_SCAN_V1 43 44config USING_BLE_LEGACY_INITIATE_V1 45 bool 46 prompt "Using ble legacy initiate v1." 47 default n 48 49config USING_BLE_EXTENDED_INITIATE_V1 50 bool 51 prompt "Using ble extended initiate v1." 52 default n 53 54config USING_BLE_PWR_CTRL_V1 55 bool 56 prompt "Using ble power control v1." 57 default n 58 59config USING_BLE_TEST_MODE_V1 60 bool 61 prompt "Using ble test mode v1." 62 default n 63