Documentation
    Preparing search index...
    BleEventMap: Readonly<
        {
            bluetoothState: BleBluetoothStateEvent;
            characteristicValueChanged: BleCharacteristicValueChangedEvent;
            connectionEvent: BleConnectionEvent;
            scanResult: BleScanResultEvent;
        },
    >

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