Confirmed users
891
edits
| Line 55: | Line 55: | ||
| * [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattCharacteristic#uuid|BluetoothGattCharacteristic.uuid]] | * [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattCharacteristic#uuid|BluetoothGattCharacteristic.uuid]] | ||
| * [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattCharacteristic#instanceId|BluetoothGattCharacteristic.instanceId]] | * [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattCharacteristic#instanceId|BluetoothGattCharacteristic.instanceId]] | ||
| * [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattCharacteristic#value|BluetoothGattCharacteristic.value]] | |||
| * [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattCharacteristic#properties|BluetoothGattCharacteristic.properties]] | * [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattCharacteristic#properties|BluetoothGattCharacteristic.properties]] | ||
| * [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattCharacteristic#writeType|BluetoothGattCharacteristic.writeType]] | * [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattCharacteristic#writeType|BluetoothGattCharacteristic.writeType]] | ||
| === service === | === service === | ||
| Line 103: | Line 103: | ||
| : 0 | : 0 | ||
| ===  | === value === | ||
| ; Description | ; Description | ||
| :  | : The cached value of this characteristic. | ||
| : This value can be updated via readValue() method or via characteristic notification or indication from the remote device. | |||
| ; Value Type | ; Value Type | ||
| :  | : ArrayBuffer or null | ||
| ; Default Value | ; Default Value | ||
| :  | : null pointer | ||
| ===  | === properties === | ||
| ; Description | ; Description | ||
| :  | : A bit mask which describes how the characteristic value can be used. | ||
| ; Value Type | ; Value Type | ||
| :  | : dictionary [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattCharacteristic#CharacteristicProperties|CharacteristicProperties]] | ||
| ; Default Value | ; Default Value | ||
| : 0 | : 0 | ||
| ===  | === writeType === | ||
| ; Description | ; Description | ||
| : The  | : The type of write operation. | ||
| ; Value Type | ; Value Type | ||
| :  | : dictionary [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattCharacteristic#CharacteristicWriteType|CharacteristicWriteType]] | ||
| ; Default Value | ; Default Value | ||
| :  | : 0 | ||
| == Methods == | == Methods == | ||