Click or drag to resize

BluetoothSilentPairingWhitelisting Methods

The BluetoothSilentPairingWhitelisting type exposes the following members.

Methods
NameDescription
Public method AddByMac
Whitelist a new device identified with the given MAC address.
Public method AddByName
Whitelist a new device identified with the given name.
Public method AddByOui
Whitelist a new device identified with the given OUI ID.
Public method Clear
Revoke all whitelisted devices.
Public method Get
Retrieve a map containing all whitelisted devices.
Public method HasByMac
Check if a device identified with the given MAC Address is whitelisted.
Public method HasByName
Check if a device identified with the given name is whitelisted.
Public method HasByOui
Check if a device identified with the given OUI ID is whitelisted.
Public method HasDevice
Check if a device identified with the given name, MAC address or OUI ID is whitelisted.
Public method RemoveByMac
Remove from the whitelist a device with the given MAC address.
Public method RemoveByName
Remove from the whitelist a device with the given name.
Public method RemoveByOui
Remove from the whitelist a device with the given OUI ID.
Top Top
See Also