fix(nimble): Modified Kconfig information to make it more user friendly

This commit is contained in:
Rahul Tank
2025-06-03 16:00:54 +05:30
committed by Astha Verma
parent eb5c41678f
commit daeca6d07b

View File

@ -899,7 +899,7 @@ menu "BLE Services"
Enable HeartRate Service support Enable HeartRate Service support
menuconfig BT_NIMBLE_HID_SERVICE menuconfig BT_NIMBLE_HID_SERVICE
bool "HID service" bool "Human Interface Device service"
default n default n
help help
Enable HID service support Enable HID service support
@ -931,10 +931,10 @@ menu "BLE Services"
Enable/Disable notifications on BAS Battery Level Characteristic Enable/Disable notifications on BAS Battery Level Characteristic
menuconfig BT_NIMBLE_DIS_SERVICE menuconfig BT_NIMBLE_DIS_SERVICE
bool "DIS service" bool "Device Information Service"
default y default y
help help
Enable DIS service support Enable Device Information service support
config BT_NIMBLE_SVC_DIS_MANUFACTURER_NAME config BT_NIMBLE_SVC_DIS_MANUFACTURER_NAME
depends on BT_NIMBLE_DIS_SERVICE depends on BT_NIMBLE_DIS_SERVICE
@ -1076,7 +1076,6 @@ menu "BLE Services"
default 0 if BT_NIMBLE_SVC_GAP_CAR_NOT_SUPP default 0 if BT_NIMBLE_SVC_GAP_CAR_NOT_SUPP
default 1 if BT_NIMBLE_SVC_GAP_CAR_SUPP default 1 if BT_NIMBLE_SVC_GAP_CAR_SUPP
menu "GAP device name write permissions" menu "GAP device name write permissions"
depends on BT_NIMBLE_GAP_SERVICE depends on BT_NIMBLE_GAP_SERVICE
config BT_NIMBLE_SVC_GAP_NAME_WRITE config BT_NIMBLE_SVC_GAP_NAME_WRITE
@ -1107,7 +1106,7 @@ menu "BLE Services"
Enable write with authorisation permission (BLE_GATT_CHR_F_WRITE_AUTHOR) Enable write with authorisation permission (BLE_GATT_CHR_F_WRITE_AUTHOR)
endmenu endmenu
menu "PPCP settings" menu "Peripheral Preferred Connection Parameters (PPCP) settings"
depends on BT_NIMBLE_GAP_SERVICE depends on BT_NIMBLE_GAP_SERVICE
config BT_NIMBLE_SVC_GAP_PPCP_MAX_CONN_INTERVAL config BT_NIMBLE_SVC_GAP_PPCP_MAX_CONN_INTERVAL
int "PPCP Connection Interval Max (Unit: 1.25 ms)" int "PPCP Connection Interval Max (Unit: 1.25 ms)"