Method | Description | |
---|---|---|
Device ( Android.Bluetooth.BluetoothDevice nativeDevice, Android.Bluetooth.BluetoothGatt gatt, |
Initializes a new instance of the BluetoothLE.Droid.Device class.
|
|
DeviceIdFromAddress ( string address ) : System.Guid |
Gets a device identifier from a MAC address
|
|
Disconnect ( ) : void |
Discconnect from the device.
|
|
DiscoverServices ( ) : void |
Initiate a service discovery on the device
|
Method | Description | |
---|---|---|
ServicesDiscovered ( object sender, |
public Device ( Android.Bluetooth.BluetoothDevice nativeDevice, Android.Bluetooth.BluetoothGatt gatt, |
||
nativeDevice | Android.Bluetooth.BluetoothDevice | Native device. |
gatt | Android.Bluetooth.BluetoothGatt | Native Gatt. |
callback | Callback. | |
rssi | int | Rssi. |
scanRecord | byte | scanRecord. |
return | System |
public static DeviceIdFromAddress ( string address ) : System.Guid | ||
address | string | The MAC address. |
return | System.Guid |