BluetoothGattDescriptor import { BluetoothGattDescriptor } from "destack:device/binding"; Bluetooth GATT descriptor. export struct BluetoothGattDescriptor { id: string; characteristicId: string; uuid: string; } language/library/src/device/binding/bluetooth.ds:386:393 Members id: string Stable descriptor identifier within this device session. characteristicId: string Owning characteristic identifier. uuid: string Descriptor UUID.