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-catalyst-latest';

Signature:

export interface ElectronBluetoothPairingHandlerHandlerDetails

Properties

Property Type Description
deviceId string The identifier of the device requesting pairing.
frame ElectronWebFrameMain The frame that initiated the pairing request.
pairingKind 'confirm' | 'confirmPin' | 'providePin' The type of pairing prompt being requested.
pin? string The pin value to verify when pairingKind is confirmPin.