The members of Android.Bluetooth.BluetoothGattServerCallback are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
OnCharacteristicReadRequest(BluetoothDevice, int, int, BluetoothGattCharacteristic)A remote client has requested to read a local characteristic. | ||
OnCharacteristicWriteRequest(BluetoothDevice, int, BluetoothGattCharacteristic, bool, bool, int, byte[])A remote client has requested to write to a local characteristic. | ||
OnConnectionStateChange(BluetoothDevice, ProfileState, ProfileState)Callback indicating when a remote device has been connected or disconnected. | ||
OnDescriptorReadRequest(BluetoothDevice, int, int, BluetoothGattDescriptor)A remote client has requested to read a local descriptor. | ||
OnDescriptorWriteRequest(BluetoothDevice, int, BluetoothGattDescriptor, bool, bool, int, byte[])A remote client has requested to write to a local descriptor. | ||
OnExecuteWrite(BluetoothDevice, int, bool)Execute all pending write operations for this device. | ||
OnNotificationSent(BluetoothDevice, GattStatus)Callback invoked when a notification or indication has been sent to a remote device. | ||
OnServiceAdded(ProfileState, BluetoothGattService)Indicates whether a local service has been added successfully. |