CharacteristicReadRequest
data class CharacteristicReadRequest(val device: ClientDevice, val requestId: Int, val offset: Int, val characteristic: IBluetoothGattCharacteristic) : ServerGattEvent.CharacteristicEvent
A remote client has requested to read a local characteristic.
An application must call GattServerAPI.sendResponse to complete the request.
See also
Constructors
Link copied to clipboard
constructor(device: ClientDevice, requestId: Int, offset: Int, characteristic: IBluetoothGattCharacteristic)