120
edits
(Created page with "== Overview == TBD == Interfaces == BluetoothGattDescriptor === BluetoothGattDescriptor ===...") |
|||
| Line 19: | Line 19: | ||
const unsigned short PERMISSION_WRITE_SIGNED_MITM = 0x0100; | const unsigned short PERMISSION_WRITE_SIGNED_MITM = 0x0100; | ||
readonly attribute [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattCharacteristic#BluetoothGattCharacteristic|BluetoothGattCharacteristic]] | readonly attribute [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattCharacteristic#BluetoothGattCharacteristic|BluetoothGattCharacteristic]] [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattDescriptor#characteristic|characteristic]]; | ||
readonly attribute DOMString [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattDescriptor#uuid|uuid]]; | readonly attribute DOMString [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattDescriptor#uuid|uuid]]; | ||
readonly attribute int [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattDescriptor#permissions|permissions]]; | readonly attribute int [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattDescriptor#permissions|permissions]]; | ||
edits