You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/nrf-bm/libraries/bluetooth/services/ble_dis.rst
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,28 +26,28 @@ Set the :kconfig:option:`CONFIG_BLE_DIS` Kconfig option to enable the service.
26
26
27
27
The DIS service can be configured by using the following Kconfig options:
28
28
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.
0 commit comments