menu
BluetoothPhy
import { BluetoothPhy } from "destack:device/binding";
Bluetooth LE PHY selector.
1export enum BluetoothPhy {2 Any = 0,3 Le1M = 1,4 Le2M = 2,5 LeCoded = 3,6}Variants
Any = 0Host default PHY policy.
Le1M = 1LE 1M PHY.
Le2M = 2LE 2M PHY.
LeCoded = 3LE coded PHY.