menu
BluetoothAdapter
import { BluetoothAdapter } from "destack:device/binding";
Bluetooth adapter.
1export struct BluetoothAdapter {2 id: string;3 name: string;4 isPowered: boolean;5 isScanning: boolean;6}Members
id: stringStable adapter identifier.
name: stringHost-visible adapter name.
isPowered: booleanWhether the adapter is powered.
isScanning: booleanWhether the adapter is currently scanning when known.