- address
- valid Bluetooth MAC address
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalArgumentException if address is invalid
Get a Android.Bluetooth.BluetoothDevice object for the given Bluetooth hardware address.
Valid Bluetooth hardware addresses must be upper case, in a format such as "00:11:22:33:AA:BB". The helper BluetoothAdapter.CheckBluetoothAddress(string) is available to validate a Bluetooth address.
A Android.Bluetooth.BluetoothDevice will always be returned for a valid hardware address, even if this adapter has never seen that device.