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. BluetoothTransport
    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. BluetoothTransport
    1. Variants
  13. Configuration
  14. Static Analysis
  15. Dynamic Analysis
  16. Deployment
Docs/Language/Standard Library/Modules/destack:device/destack:device/binding
mdtxt

BluetoothTransport

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

Bluetooth LE transport classification.

language/library/src/device/binding/bluetooth.ds:26:33
1export enum BluetoothTransport {2    Unknown = 0,3    LowEnergy = 1,4    DualMode = 2,5}

Variants

Unknown = 0

Host did not classify the transport.

LowEnergy = 1

LE-only transport.

DualMode = 2

Dual-mode transport.

discordxgithub
2026.8.3alpha