Method | Description | |
---|---|---|
CloseGatt ( ) : void | ||
Device ( Adapter adapter, Android.Bluetooth.BluetoothDevice nativeDevice, Android.Bluetooth.BluetoothGatt gatt, IGattCallback gattCallback, int rssi, byte advertisementData = null ) : System | ||
Disconnect ( ) : void | ||
ParseScanRecord ( byte scanRecord ) : List |
||
Update ( Android.Bluetooth.BluetoothDevice nativeDevice, Android.Bluetooth.BluetoothGatt gatt, IGattCallback gattCallback ) : void | ||
UpdateRssiAsync ( ) : Task |
Method | Description | |
---|---|---|
GetServicesNativeAsync ( ) : Task |
||
GetState ( ) : DeviceState |
Method | Description | |
---|---|---|
ParseDeviceId ( ) : System.Guid |
public Device ( Adapter adapter, Android.Bluetooth.BluetoothDevice nativeDevice, Android.Bluetooth.BluetoothGatt gatt, IGattCallback gattCallback, int rssi, byte advertisementData = null ) : System | ||
adapter | Adapter | |
nativeDevice | Android.Bluetooth.BluetoothDevice | |
gatt | Android.Bluetooth.BluetoothGatt | |
gattCallback | IGattCallback | |
rssi | int | |
advertisementData | byte | |
return | System |
public static ParseScanRecord ( byte scanRecord ) : List |
||
scanRecord | byte | |
return | List |
public Update ( Android.Bluetooth.BluetoothDevice nativeDevice, Android.Bluetooth.BluetoothGatt gatt, IGattCallback gattCallback ) : void | ||
nativeDevice | Android.Bluetooth.BluetoothDevice | |
gatt | Android.Bluetooth.BluetoothGatt | |
gattCallback | IGattCallback | |
return | void |