Type Alias BleCharacteristic

BleCharacteristic: {
    descriptors: string[];
    properties: number;
    uuid: string;
}