Properties
Private _bleDevice
_bleDevice: null | BluetoothDevice = null
Private _characteristicRx
_characteristicRx: null | BluetoothRemoteGATTCharacteristic = null
Private _characteristicTx
_characteristicTx: null | BluetoothRemoteGATTCharacteristic = null
Private _eventListenerFn
_eventListenerFn: null | ((event: Event) => void) = null
Private _isConnected
_isConnected: boolean = false
Private Readonly _maxConnRetries
_maxConnRetries: 3 = 3
Private _msgTxMinTimeBetweenMs
_msgTxMinTimeBetweenMs: number = 1
Private _msgTxTimeLast
_msgTxTimeLast: number = ...
Private _requestedBatchAckSize
_requestedBatchAckSize: number = 10
Private _requestedFileBlockSize
_requestedFileBlockSize: number = 500
Private Readonly maxRetries
maxRetries: 1 = 1
Static RICCmdUUID
RICCmdUUID: string = "aa76677e-9cfd-4626-a510-0d305be57c8e"
Static RICRespUUID
RICRespUUID: string = "aa76677e-9cfd-4626-a510-0d305be57c8f"
Static RICServiceUUID
RICServiceUUID: string = "aa76677e-9cfd-4626-a510-0d305be57c8d"