destack.sh
docstemplatesblog
Language
  1. Setup
  2. TypeScript
  3. TypeScript++
  4. Runtime
  5. Standard Library
  6. Web
  7. Node
  8. Systems
  9. Modules
  10. destack:device
  11. destack:device/binding
  12. BluetoothPhy
    1. Variants
  13. Configuration
  14. Static Analysis
  15. Dynamic Analysis
  16. Deployment
menu
Language
  1. Setup
  2. TypeScript
  3. TypeScript++
  4. Runtime
  5. Standard Library
  6. Web
  7. Node
  8. Systems
  9. Modules
  10. destack:device
  11. destack:device/binding
  12. BluetoothPhy
    1. Variants
  13. Configuration
  14. Static Analysis
  15. Dynamic Analysis
  16. Deployment
Docs/Language/Standard Library/Modules/destack:device/destack:device/binding
mdtxt

BluetoothPhy

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

Bluetooth LE PHY selector.

language/library/src/device/binding/bluetooth.ds:36:45
1export enum BluetoothPhy {2    Any = 0,3    Le1M = 1,4    Le2M = 2,5    LeCoded = 3,6}

Variants

Any = 0

Host default PHY policy.

Le1M = 1

LE 1M PHY.

Le2M = 2

LE 2M PHY.

LeCoded = 3

LE coded PHY.

discordxgithub
2026.8.3alpha