B2G/Bluetooth/WebBluetooth-v2/BluetoothGattCharacteristic: Difference between revisions

Line 3: Line 3:


== Interfaces ==
== Interfaces ==
[[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattCharacteristic#BluetoothGattCharacteristic|BluetoothGattCharacteristic]]
* [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattCharacteristic#BluetoothGattCharacteristic|BluetoothGattCharacteristic]]
* [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattCharacteristic#CharacteristicProperties|CharacteristicProperties]]
* [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattCharacteristic#CharacteristicWriteType|CharacteristicWriteType]]


=== BluetoothGattCharacteristic ===
=== BluetoothGattCharacteristic ===
Line 43: Line 45:


=== CharacteristicWriteType ===
=== CharacteristicWriteType ===
dictionary CharacteristicWriteType
dictionary CharacteristicWriteType
{
{
  required boolean noResponse;
  required boolean noResponse;
  required boolean default;
  required boolean default;
  required boolean signed;
  required boolean signed;
};
};


== Properties ==
== Properties ==
Confirmed users
891

edits