ServerGattEvent
An event class which maps BluetoothGattServerCallback callbacks into data classes.
See also
(https://developer.android.com/reference/android/bluetooth/BluetoothGattServerCallback)
Inheritors
Types
Interface grouping events related to characteristics.
A remote client has requested to read a local characteristic.
A remote client has requested to write to a local characteristic.
Event indicating when a remote device has been connected or disconnected.
Interface grouping events related to descriptors.
A remote client has requested to read a local descriptor.
A remote client has requested to write to a local descriptor.
Execute all pending write operations for this device.
Interface grouping events related to a specific client device.
Event emitted when a notification or indication has been sent to a remote device.
Event indicating the MTU for a given device connection has changed. This callback will be invoked if a remote client has requested to change the MTU for a given connection.
Event triggered as result of GattServerAPI.readPhy.
Event triggered as result of BluetoothGattServer#setPreferredPhy, or as a result of remote device changing the PHY.
Indicates whether a local service has been added successfully.
Interface grouping events related to services.