Confirmed users
891
edits
| Line 23: | Line 23: | ||
* [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattDescriptor#uuid|BluetoothGattDescriptor.uuid]] | * [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattDescriptor#uuid|BluetoothGattDescriptor.uuid]] | ||
* [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattDescriptor#value|BluetoothGattDescriptor.value]] | * [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattDescriptor#value|BluetoothGattDescriptor.value]] | ||
* [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattDescriptor#permissions|BluetoothGattDescriptor.permissions]] | |||
=== characteristic === | === characteristic === | ||
| Line 57: | Line 58: | ||
; Default Value | ; Default Value | ||
: null pointer | : null pointer | ||
=== permissions === | |||
; Description | |||
: A bit mask which describes allowed operations on the characteristic. | |||
; Value Type | |||
: dictionary [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattCharacteristic#Permissions|Permissions]] | |||
; Default Value | |||
: 0 | |||
== Methods == | == Methods == | ||