More updates

This commit is contained in:
ManikaDhiman 2020-02-11 17:02:43 -08:00
parent 8e4f85ca48
commit fe4edd0b33

View File

@ -448,10 +448,8 @@ There are multiple levels of encryption strength when pairing Bluetooth devices.
<!--SupportedValues--> <!--SupportedValues-->
The following list shows the supported values: The following list shows the supported values:
- 0 (default) - All Bluetooth traffic is allowed. - 0 (default) - All Bluetooth traffic is allowed.
- 1-N - A number representing the bytes that must be used in the encryption process. - N - A number from 1 through 16 representing the bytes that must be used in the encryption process. At this time, 16 is the largest allowed value for N and 16 bytes is the largest key size that Bluetooth supports so far. If you wish to enforce Windows to use Bluetooth encryption at all times, but do not care about the precise encryption key strength, use a value of 1.
>[!Note]
>If you wish to enforce Windows to use Bluetooth encryption at all times, but do not care about the precise encryption key strength, use a value of 1.
<!--/SupportedValues--> <!--/SupportedValues-->
<!--Example--> <!--Example-->