BTPairingPolicy Class |
The BTPairingPolicy type exposes the following members.
Name | Description | |
---|---|---|
![]() | JniPeerMembers | To be added. |
![]() | Silent | No user confirmation is required for completing the pairing. |
![]() | Simple | Only a single confirmation is required by the user during the pairing. |
![]() | Standard | Android standard user experience for bluetooth pairing. |
![]() | ThresholdClass | To be added. |
![]() | ThresholdType | To be added. |
![]() | Unknown | Unknown paring policy. |
Name | Description | |
---|---|---|
![]() | FromInt | Retrieves the corresponding BTPairingPolicy value, from a valid integer. |
![]() | ToInt | Converts the BTPairingPolicy enum to its integer representing value. |
![]() | ValueOf | Returns the enum constant of this class with the specified name. |
![]() | Values | Returns an array containing the constants of this enum class, in
the order they are declared. |
BTPairingPolicy
defines the policies for Bluetooth pairing through the property PropertyID.BT_PAIRING_POLICY
.