Optional
bluetooth
bluetooth?: BluetoothImpl
Optional
Buffer
Buffer?: typeof Buffer
ctrlChar
ctrlChar: null | BluetoothRemoteGATTCharacteristic = null
device
device: null | BluetoothDevice = null
emitErr
emitErr: ((err: Error) => void) name
name: string = 'adapter'
packtChar
packtChar: null | BluetoothRemoteGATTCharacteristic = null
rxChar
rxChar: null | BluetoothRemoteGATTCharacteristic = null
TransformStream
TransformStream: (new <I, O>(transformer?: Transformer<I, O>,
writableStrategy?: QueuingStrategy<I>,
readableStrategy?: QueuingStrategy<O>) => TransformStream<I, O>) WritableStream
WritableStream: (new <W>(underlyingSink?: UnderlyingSink<W>,
strategy?: QueuingStrategy<W>) => WritableStream<W>)