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

BluetoothGattWriteMode

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

Bluetooth GATT write mode.

language/library/src/device/binding/bluetooth.ds:79:84
1export enum BluetoothGattWriteMode {2    WithResponse = 1,3    WithoutResponse = 2,4}

Variants

WithResponse = 1

Write with an ATT response.

WithoutResponse = 2

Write without an ATT response.

discordxgithub
2026.8.3alpha