The methods of Android.Bluetooth.BluetoothGattServerCallback are listed below. For a list of all members, see the BluetoothGattServerCallback Members list.
See Also: Inherited members from Java.Lang.Object
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. |