Skip to content

Commit c265e5f

Browse files
doc: nrf-bm: libraries: bluetooth: services: Cleanup configuration
Cleanup configuration Kconfigs. Signed-off-by: Eivind Jølsgard <[email protected]>
1 parent 695f2c1 commit c265e5f

File tree

3 files changed

+35
-35
lines changed

3 files changed

+35
-35
lines changed

doc/nrf-bm/libraries/bluetooth/services/ble_cgms.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Set the :kconfig:option:`CONFIG_BLE_CGMS` Kconfig option to enable the service.
2525

2626
The CGMS service can be configured by using the following Kconfig options:
2727

28-
* The :kconfig:option:`CONFIG_BLE_CGMS_BLE_OBSERVER_PRIO` Kconfig option sets the observer priority of the CGMS instance.
29-
* The :kconfig:option:`CONFIG_BLE_CGMS_DB_RECORDS_MAX` Kconfig option sets the maximum number of records that can be stored in the database.
28+
* :kconfig:option:`CONFIG_BLE_CGMS_BLE_OBSERVER_PRIO` - Sets the observer priority of the CGMS instance.
29+
* :kconfig:option:`CONFIG_BLE_CGMS_DB_RECORDS_MAX` - Sets the maximum number of records that can be stored in the database.
3030

3131
Initialization
3232
==============

doc/nrf-bm/libraries/bluetooth/services/ble_dis.rst

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,28 @@ Set the :kconfig:option:`CONFIG_BLE_DIS` Kconfig option to enable the service.
2626

2727
The DIS service can be configured by using the following Kconfig options:
2828

29-
* The :kconfig:option:`BLE_DIS_MANUFACTURER_NAME` sets the manufacturer name.
30-
* The :kconfig:option:`BLE_DIS_MODEL_NUMBER` sets the model number.
31-
* The :kconfig:option:`BLE_DIS_SERIAL_NUMBER` sets the serial number.
32-
* The :kconfig:option:`BLE_DIS_HW_REVISION` sets the hardware revision.
33-
* The :kconfig:option:`BLE_DIS_FW_REVISION` sets the firmware revision.
34-
* The :kconfig:option:`BLE_DIS_SW_REVISION` sets the software revision.
35-
* The :kconfig:option:`BLE_DIS_SYSTEM_ID` includes the system ID characteristic in the Device Information Service.
36-
* The :kconfig:option:`BLE_DIS_SYSTEM_ID_OUI` sets the organization unique ID.
37-
* The :kconfig:option:`BLE_DIS_SYSTEM_ID_MID` sets the manufacturer unique ID.
38-
* The :kconfig:option:`BLE_DIS_PNP_ID` includes plug and play ID characteristic.
39-
* The :kconfig:option:`BLE_DIS_PNP_VID_SRC` sets the vendor ID source.
40-
* The :kconfig:option:`BLE_DIS_PNP_VID` sets the vendor ID.
41-
* The :kconfig:option:`BLE_DIS_PNP_PID` sets the product ID.
42-
* The :kconfig:option:`BLE_DIS_PNP_VER` sets the product version.
43-
* The :kconfig:option:`BLE_DIS_REGULATORY_CERT` includes IEEE regulatory certifications.
44-
* The :kconfig:option:`BLE_DIS_REGULATORY_CERT_LIST` sets the regulatory certification list.
45-
* The :kconfig:option:`BLE_DIS_CHAR_SEC_MODE_JUST_WORKS` sets the service security mode to open link.
46-
* The :kconfig:option:`BLE_DIS_CHAR_SEC_MODE_ENCRYPTED` sets the service security mode to encrypted.
47-
* The :kconfig:option:`BLE_DIS_CHAR_SEC_MODE_ENCRYPTED_MITM` sets the service security mode to encrypted with man in the middle protection.
48-
* The :kconfig:option:`BLE_DIS_CHAR_SEC_MODE_LESC_ENCRYPTED_MITM` sets the service security mode to LESC encryption with man-in-the-middle protection.
49-
* The :kconfig:option:`BLE_DIS_CHAR_SEC_MODE_SIGNED` sets the service security mode to signing or encryption required.
50-
* The :kconfig:option:`BLE_DIS_CHAR_SEC_MODE_SIGNED_MITM` sets the service security mode to signing or encryption required, with man in the middle protection.
29+
* :kconfig:option:`BLE_DIS_MANUFACTURER_NAME` - Sets the manufacturer name.
30+
* :kconfig:option:`BLE_DIS_MODEL_NUMBER` - Sets the model number.
31+
* :kconfig:option:`BLE_DIS_SERIAL_NUMBER` - Sets the serial number.
32+
* :kconfig:option:`BLE_DIS_HW_REVISION` - Sets the hardware revision.
33+
* :kconfig:option:`BLE_DIS_FW_REVISION` - Sets the firmware revision.
34+
* :kconfig:option:`BLE_DIS_SW_REVISION` - Sets the software revision.
35+
* :kconfig:option:`BLE_DIS_SYSTEM_ID` - Includes the system ID characteristic in the Device Information Service.
36+
* :kconfig:option:`BLE_DIS_SYSTEM_ID_OUI` - Sets the organization unique ID.
37+
* :kconfig:option:`BLE_DIS_SYSTEM_ID_MID` - Sets the manufacturer unique ID.
38+
* :kconfig:option:`BLE_DIS_PNP_ID` - Includes plug and play ID characteristic.
39+
* :kconfig:option:`BLE_DIS_PNP_VID_SRC` - Sets the vendor ID source.
40+
* :kconfig:option:`BLE_DIS_PNP_VID` - Sets the vendor ID.
41+
* :kconfig:option:`BLE_DIS_PNP_PID` - Sets the product ID.
42+
* :kconfig:option:`BLE_DIS_PNP_VER` - Sets the product version.
43+
* :kconfig:option:`BLE_DIS_REGULATORY_CERT` - Includes IEEE regulatory certifications.
44+
* :kconfig:option:`BLE_DIS_REGULATORY_CERT_LIST` - Sets the regulatory certification list.
45+
* :kconfig:option:`BLE_DIS_CHAR_SEC_MODE_JUST_WORKS` - Sets the service security mode to open link.
46+
* :kconfig:option:`BLE_DIS_CHAR_SEC_MODE_ENCRYPTED` - Sets the service security mode to encrypted.
47+
* :kconfig:option:`BLE_DIS_CHAR_SEC_MODE_ENCRYPTED_MITM` - Sets the service security mode to encrypted with man in the middle protection.
48+
* :kconfig:option:`BLE_DIS_CHAR_SEC_MODE_LESC_ENCRYPTED_MITM` - Sets the service security mode to LESC encryption with man-in-the-middle protection.
49+
* :kconfig:option:`BLE_DIS_CHAR_SEC_MODE_SIGNED` - Sets the service security mode to signing or encryption required.
50+
* :kconfig:option:`BLE_DIS_CHAR_SEC_MODE_SIGNED_MITM` - Sets the service security mode to signing or encryption required, with man in the middle protection.
5151

5252
Initialization
5353
==============

doc/nrf-bm/libraries/bluetooth/services/ble_hids.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ Set the :kconfig:option:`CONFIG_BLE_HIDS` Kconfig option to enable the service.
2222

2323
The HID service can be configured by using the following Kconfig options:
2424

25-
* The :kconfig:option:`CONFIG_BLE_HIDS_BOOT_MOUSE` Kconfig option adds the boot mouse input characteristic.
26-
* The :kconfig:option:`CONFIG_BLE_HIDS_BOOT_KEYBOARD` Kconfig option adds the boot keyboard input and output characteristics.
27-
* The :kconfig:option:`CONFIG_BLE_HIDS_PROTOCOL_MODE_REPORT` Kconfig option sets the default HID protocol mode to report mode.
28-
* The :kconfig:option:`CONFIG_BLE_HIDS_PROTOCOL_MODE_BOOT` Kconfig option sets the default HID protocol mode to boot mode.
29-
* The :kconfig:option:`CONFIG_BLE_HIDS_INPUT_REPORT_MAX_NUM` Kconfig option sets the number of input reports.
30-
* The :kconfig:option:`CONFIG_BLE_HIDS_INPUT_REPORT_MAX_LEN` Kconfig option sets the maximum length of the input reports.
31-
* The :kconfig:option:`CONFIG_BLE_HIDS_OUTPUT_REPORT_MAX_NUM` Kconfig option sets the number of output reports.
32-
* The :kconfig:option:`CONFIG_BLE_HIDS_OUTPUT_REPORT_MAX_LEN` Kconfig option sets the maximum length of the output reports.
33-
* The :kconfig:option:`CONFIG_BLE_HIDS_FEATURE_REPORT_MAX_NUM` Kconfig option sets the number of feature reports.
34-
* The :kconfig:option:`CONFIG_BLE_HIDS_FEATURE_REPORT_MAX_LEN` Kconfig option sets the maximum length of the feature reports.
35-
* The :kconfig:option:`CONFIG_BLE_HIDS_MAX_CLIENTS` Kconfig option sets the maximum number of HID clients.
25+
* :kconfig:option:`CONFIG_BLE_HIDS_BOOT_MOUSE` - Adds the boot mouse input characteristic.
26+
* :kconfig:option:`CONFIG_BLE_HIDS_BOOT_KEYBOARD` - Adds the boot keyboard input and output characteristics.
27+
* :kconfig:option:`CONFIG_BLE_HIDS_PROTOCOL_MODE_REPORT` - Sets the default HID protocol mode to report mode.
28+
* :kconfig:option:`CONFIG_BLE_HIDS_PROTOCOL_MODE_BOOT` - Sets the default HID protocol mode to boot mode.
29+
* :kconfig:option:`CONFIG_BLE_HIDS_INPUT_REPORT_MAX_NUM` - Sets the number of input reports.
30+
* :kconfig:option:`CONFIG_BLE_HIDS_INPUT_REPORT_MAX_LEN` - Sets the maximum length of the input reports.
31+
* :kconfig:option:`CONFIG_BLE_HIDS_OUTPUT_REPORT_MAX_NUM` - Sets the number of output reports.
32+
* :kconfig:option:`CONFIG_BLE_HIDS_OUTPUT_REPORT_MAX_LEN` - Sets the maximum length of the output reports.
33+
* :kconfig:option:`CONFIG_BLE_HIDS_FEATURE_REPORT_MAX_NUM` - Sets the number of feature reports.
34+
* :kconfig:option:`CONFIG_BLE_HIDS_FEATURE_REPORT_MAX_LEN` - Sets the maximum length of the feature reports.
35+
* :kconfig:option:`CONFIG_BLE_HIDS_MAX_CLIENTS` - Sets the maximum number of HID clients.
3636

3737
Initialization
3838
==============

0 commit comments

Comments
 (0)