Skip to content

Commit 44ba32b

Browse files
committed
fix(nimble): Modified Kconfig information to make it more user friendly
1 parent a2b7ce6 commit 44ba32b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

components/bt/host/nimble/Kconfig.in

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ menu "BLE Services"
899899
Enable HeartRate Service support
900900

901901
menuconfig BT_NIMBLE_HID_SERVICE
902-
bool "HID service"
902+
bool "Human Interface Device service"
903903
default n
904904
help
905905
Enable HID service support
@@ -931,10 +931,10 @@ menu "BLE Services"
931931
Enable/Disable notifications on BAS Battery Level Characteristic
932932

933933
menuconfig BT_NIMBLE_DIS_SERVICE
934-
bool "DIS service"
934+
bool "Device Information Service"
935935
default y
936936
help
937-
Enable DIS service support
937+
Enable Device Information service support
938938

939939
config BT_NIMBLE_SVC_DIS_MANUFACTURER_NAME
940940
depends on BT_NIMBLE_DIS_SERVICE
@@ -1076,7 +1076,6 @@ menu "BLE Services"
10761076
default 0 if BT_NIMBLE_SVC_GAP_CAR_NOT_SUPP
10771077
default 1 if BT_NIMBLE_SVC_GAP_CAR_SUPP
10781078

1079-
10801079
menu "GAP device name write permissions"
10811080
depends on BT_NIMBLE_GAP_SERVICE
10821081
config BT_NIMBLE_SVC_GAP_NAME_WRITE
@@ -1107,7 +1106,7 @@ menu "BLE Services"
11071106
Enable write with authorisation permission (BLE_GATT_CHR_F_WRITE_AUTHOR)
11081107
endmenu
11091108

1110-
menu "PPCP settings"
1109+
menu "Peripheral Preferred Connection Parameters (PPCP) settings"
11111110
depends on BT_NIMBLE_GAP_SERVICE
11121111
config BT_NIMBLE_SVC_GAP_PPCP_MAX_CONN_INTERVAL
11131112
int "PPCP Connection Interval Max (Unit: 1.25 ms)"

0 commit comments

Comments
 (0)