# BluetoothPhy

`import { BluetoothPhy } from "destack:device/binding";`

Bluetooth LE PHY selector.

```ds title="BluetoothPhy"
export enum BluetoothPhy {
    Any = 0,
    Le1M = 1,
    Le2M = 2,
    LeCoded = 3,
}
```

[language/library/src/device/binding/bluetooth.ds:36:45](https://github.com/destack-sh/destack/blob/main/language/library/src/device/binding/bluetooth.ds#L36-L45)

## Variants

### `Any = 0`

Host default PHY policy.

### `Le1M = 1`

LE 1M PHY.

### `Le2M = 2`

LE 2M PHY.

### `LeCoded = 3`

LE coded PHY.
