MOVERIO Pro Developer's Guide (Rev.1.4)1498.8.18. readGatt FunctionStart acquiring Characteristic Values/Characteristic Descriptors for the connected BLEdevice.Use format -2 when handling Characteristic Values/Characteristic Descriptors with a longdata length. Format -1 Format -2 ParameterModel name Explanationchar connectedHandle Connection handlechar handle Handle location for Characteristic Valuechar offset Reading location for the value Return valueModel Explanationint BluetoothLeChipCode.SUCCESS: successBluetoothLeChipCode.BaseError.INVALID_ADDR: invalid memory addressBluetoothLeChipCode.BaseError.INVALID_STATE: invalid statusBluetoothLeChipCode.BaseError.BUSY: system busy statusBluetoothLeChipCode.STKError.INVALID_CONN_HANDLE: invalid connectionhandle Usage methodTo receive search results, you need to register the callback function in setGattCallback inadvance.The following callback function sends a notification for search results.BluetoothLeGattCallback.onReadGattResultint readGatt(char connectedHandle, char handle);int readGatt(char connectedHandle, char handle, char offset);