BluetoothSilentPairingWhitelisting Class |
BluetoothSilentPairingWhitelisting
PropertyID.BT_SILENT_PAIRING_WHITELISTING
The BluetoothSilentPairingWhitelisting type exposes the following members.
Name | Description | |
---|---|---|
![]() | BluetoothSilentPairingWhitelisting | Initializes a new instance of the BluetoothSilentPairingWhitelisting class |
![]() | BluetoothSilentPairingWhitelisting | Initializes a new instance of the BluetoothSilentPairingWhitelisting class |
![]() | BluetoothSilentPairingWhitelisting | Initializes a new instance of the BluetoothSilentPairingWhitelisting class |
Name | Description | |
---|---|---|
![]() | ByMac | To be added. |
![]() | ByName | To be added. |
![]() | ByOui | To be added. |
![]() | JniPeerMembers | To be added. |
![]() | ThresholdClass | To be added. |
![]() | ThresholdType | To be added. |
Name | Description | |
---|---|---|
![]() | AddByMac | Whitelist a new device identified with the given MAC address. |
![]() | AddByName | Whitelist a new device identified with the given name. |
![]() | AddByOui | Whitelist a new device identified with the given OUI ID. |
![]() | Clear | Revoke all whitelisted devices. |
![]() | Get | Retrieve a map containing all whitelisted devices. |
![]() | HasByMac | Check if a device identified with the given MAC Address is whitelisted. |
![]() | HasByName | Check if a device identified with the given name is whitelisted. |
![]() | HasByOui | Check if a device identified with the given OUI ID is whitelisted. |
![]() | HasDevice | Check if a device identified with the given name, MAC address or OUI ID is whitelisted. |
![]() | RemoveByMac | Remove from the whitelist a device with the given MAC address. |
![]() | RemoveByName | Remove from the whitelist a device with the given name. |
![]() | RemoveByOui | Remove from the whitelist a device with the given OUI ID. |
BluetoothSilentPairingWhitelisting
implements the class that manages the silent pairing devices whitelisting.
The class is managed by the ConfigurationManager BlobProperty PropertyID.BT_SILENT_PAIRING_WHITELISTING
.