Interfaces
RequestDeviceOptions
Properties
| Property | Type | Description |
|---|---|---|
acceptAllDevices? | boolean | - |
deviceId? | string | nx.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)[] | - |