Variable defaultOptsConst
defaultOpts: {
chunkSize: number;
connectAttempts: number;
debug: boolean;
name: string;
rxGattCharacteristic: string;
service: string;
txGattCharacteristic: string;
} = ...
Type declaration
chunkSize: number
connectAttempts: number
debug: boolean
name: string
rxGattCharacteristic: string
service: string
txGattCharacteristic: string