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

BluetoothScanMode

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

Bluetooth scan mode.

language/library/src/device/binding/bluetooth.ds:18:23
1export enum BluetoothScanMode {2    Passive = 1,3    Active = 2,4}

Variants

Passive = 1

Passive scan mode.

Active = 2

Active scan mode.

discordxgithub
2026.8.3alpha