ScanEvent: {
    peripheral: ScannedPeripheral;
    type: "peripheral";
} | {
    scanStatus: ScanStatus;
    stopReason?: ScanStopReason;
    type: "status";
}

Type declaration

Type declaration

Generated using TypeDoc