Method | Description | |
---|---|---|
OnCharacteristicChanged ( Android.Bluetooth.BluetoothGatt gatt, Android.Bluetooth.BluetoothGattCharacteristic characteristic ) : void |
Callback triggered as a result of a remote characteristic notification.
|
|
OnCharacteristicRead ( Android.Bluetooth.BluetoothGatt gatt, Android.Bluetooth.BluetoothGattCharacteristic characteristic, GattStatus status ) : void |
Raises the characteristic read event.
|
|
OnConnectionStateChange ( Android.Bluetooth.BluetoothGatt gatt, GattStatus status, ProfileState newState ) : void |
Raises the connection state change event.
|
|
OnServicesDiscovered ( Android.Bluetooth.BluetoothGatt gatt, GattStatus status ) : void |
Raises the services discovered event.
|
public OnCharacteristicChanged ( Android.Bluetooth.BluetoothGatt gatt, Android.Bluetooth.BluetoothGattCharacteristic characteristic ) : void | ||
gatt | Android.Bluetooth.BluetoothGatt | Gatt. |
characteristic | Android.Bluetooth.BluetoothGattCharacteristic | Characteristic. |
return | void |
public OnCharacteristicRead ( Android.Bluetooth.BluetoothGatt gatt, Android.Bluetooth.BluetoothGattCharacteristic characteristic, GattStatus status ) : void | ||
gatt | Android.Bluetooth.BluetoothGatt | Gatt. |
characteristic | Android.Bluetooth.BluetoothGattCharacteristic | Characteristic. |
status | GattStatus | Status. |
return | void |
public OnConnectionStateChange ( Android.Bluetooth.BluetoothGatt gatt, GattStatus status, ProfileState newState ) : void | ||
gatt | Android.Bluetooth.BluetoothGatt | Gatt. |
status | GattStatus | Status. |
newState | ProfileState | New state. |
return | void |
public OnServicesDiscovered ( Android.Bluetooth.BluetoothGatt gatt, GattStatus status ) : void | ||
gatt | Android.Bluetooth.BluetoothGatt | Gatt. |
status | GattStatus | Status. |
return | void |