Documentation
    Preparing search index...
    CentralEventMap: Readonly<
        {
            bluetoothState: { state: BluetoothState };
            peripheralConnectionStatus: Readonly<
                {
                    connectionStatus: ConnectionStatus;
                    peripheral: ScannedPeripheral;
                    reason: ConnectionEventReason;
                },
            >;
            scannedPeripheral: Readonly<
                { context?: unknown; peripheral: ScannedPeripheral },
            >;
            scanStatus: Readonly<
                {
                    context?: unknown;
                    startError?: ScanStartErrorCode;
                    status: ScanStatus;
                    stopReason?: ScanStopReason;
                },
            >;
        },
    >

    Event map for Central class. This is the list of supported events where the property name is the event name and the property type the event data type.