opper
    Preparing search index...

    Interface BluetoothLowEnergeCharacteristicValue

    interface BluetoothLowEnergeCharacteristicValue {
        characteristicId: string;
        serviceId: string;
        value: ArrayBufferLike;
    }
    Index

    Properties

    characteristicId: string

    蓝牙特征的 UUID

    serviceId: string

    蓝牙特征对应服务的 UUID

    value: ArrayBufferLike

    特征最新的值