Type Alias BleService

BleService: {
    characteristics: BleCharacteristic[];
    uuid: string;
}