Type Alias BleDeviceOptions
BleDeviceOptions: {
chunkSize: number;
connectAttempts: number;
debug: boolean;
name: string;
rxGattCharacteristic: string;
service: string;
txGattCharacteristic: string;
}
Type declaration
Readonly
chunkSize: number
Readonly
connectAttempts: number
Readonly
debug: boolean
Readonly
name: string
Readonly
rxGattCharacteristic: string
Readonly
service: string
Readonly
txGattCharacteristic: string