BluetoothSilentPairingWhitelisting Methods |
The BluetoothSilentPairingWhitelisting type exposes the following members.
| 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. |