nx.js
Interfaces

RequestDeviceOptions

Properties

PropertyTypeDescription
acceptAllDevices?boolean-
deviceId?stringnx.js extension: connect to a device by its known Bluetooth address ("xx:xx:xx:xx:xx:xx"), skipping the scan/selection step entirely. Useful when the application targets a specific accessory whose address is already known (the Switch's application BLE scanner is filter-based and cannot perform the unfiltered discovery browsers use).
filters?BluetoothLEScanFilter[]-
optionalServices?(string | number)[]-

On this page