BluetoothPhy import { BluetoothPhy } from "destack:device/binding"; Bluetooth LE PHY selector. export enum BluetoothPhy { Any = 0, Le1M = 1, Le2M = 2, LeCoded = 3, } language/library/src/device/binding/bluetooth.ds:36:45 Variants Any = 0 Host default PHY policy. Le1M = 1 LE 1M PHY. Le2M = 2 LE 2M PHY. LeCoded = 3 LE coded PHY.