read Characteristic
Reads the value of a characteristic from the connected BLE device.
Delegates to BleConnection.readCharacteristic.
Return
The characteristic value as a ByteArray if successful, or null on failure.
Parameters
service Uuid
The UUID of the GATT service containing the characteristic.
characteristic Uuid
The UUID of the characteristic to read.