DescriptorReadRequest
data class DescriptorReadRequest(val device: ClientDevice, val requestId: Int, val offset: Int, val descriptor: IBluetoothGattDescriptor) : ServerGattEvent.DescriptorEvent
A remote client has requested to read a local descriptor.
An application must call GattServerAPI.sendResponse to complete the request.
See also
(https://developer.android.com/reference/android/bluetooth/BluetoothGattServerCallback#onDescriptorReadRequest(android.bluetooth.BluetoothDevice,%20int,%20int,%20android.bluetooth.BluetoothGattDescriptor))
Constructors
Link copied to clipboard
constructor(device: ClientDevice, requestId: Int, offset: Int, descriptor: IBluetoothGattDescriptor)