Skip to content

ElectronBluetoothPairingHandlerHandlerDetails

Unofficial

Details passed to the Session.setBluetoothPairingHandler handler describing a Bluetooth pairing request.

Import:

import type { ElectronBluetoothPairingHandlerHandlerDetails } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronBluetoothPairingHandlerHandlerDetails

Properties

PropertyTypeDescription
deviceIdstringThe identifier of the device requesting pairing.
frameElectronWebFrameMainThe frame that initiated the pairing request.
pairingKind'confirm' | 'confirmPin' | 'providePin'The type of pairing prompt being requested.
pin?stringThe pin value to verify when pairingKind is confirmPin.