From 955a54ca5f6cbb37a7b4cc700abe51811cf6b946 Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Tue, 3 Jun 2025 16:00:54 +0530 Subject: [PATCH] fix(nimble): Modified Kconfig information to make it more user friendly --- components/bt/host/nimble/Kconfig.in | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/components/bt/host/nimble/Kconfig.in b/components/bt/host/nimble/Kconfig.in index a5564f935d..a620eeb5eb 100644 --- a/components/bt/host/nimble/Kconfig.in +++ b/components/bt/host/nimble/Kconfig.in @@ -884,7 +884,7 @@ menu "BLE Services" Enable HeartRate Service support menuconfig BT_NIMBLE_HID_SERVICE - bool "HID service" + bool "Human Interface Device service" default n help Enable HID service support @@ -916,10 +916,10 @@ menu "BLE Services" Enable/Disable notifications on BAS Battery Level Characteristic menuconfig BT_NIMBLE_DIS_SERVICE - bool "DIS service" + bool "Device Information Service" default y help - Enable DIS service support + Enable Device Information service support config BT_NIMBLE_SVC_DIS_MANUFACTURER_NAME depends on BT_NIMBLE_DIS_SERVICE @@ -1061,7 +1061,6 @@ menu "BLE Services" default 0 if BT_NIMBLE_SVC_GAP_CAR_NOT_SUPP default 1 if BT_NIMBLE_SVC_GAP_CAR_SUPP - menu "GAP device name write permissions" depends on BT_NIMBLE_GAP_SERVICE config BT_NIMBLE_SVC_GAP_NAME_WRITE @@ -1092,7 +1091,7 @@ menu "BLE Services" Enable write with authorisation permission (BLE_GATT_CHR_F_WRITE_AUTHOR) endmenu - menu "PPCP settings" + menu "Peripheral Preferred Connection Parameters (PPCP) settings" depends on BT_NIMBLE_GAP_SERVICE config BT_NIMBLE_SVC_GAP_PPCP_MAX_CONN_INTERVAL int "PPCP Connection Interval Max (Unit: 1.25 ms)"