kaios-types
    Preparing search index...

    Interface BluetoothPairingHandle

    bluetooth

    interface BluetoothPairingHandle {
        passkey: string;
        accept(): Promise<void>;
        reject(): Promise<void>;
        setPinCode(aPinCode: string): Promise<void>;
    }
    Index

    Properties

    Methods

    Properties

    passkey: string

    Methods