120
edits
(Remove required in GattCharacteristicProperties) |
(edit write characteristic value for both server and client) |
||
Line 179: | Line 179: | ||
; Description | ; Description | ||
: Write the characteristic value to the remote device. | : Write the characteristic value to the GATT server. If the local device is the GATT client, the value will be written to the remote GATT server. On the other hand, if the local device is the GATT server, the value will be written to [[B2G/Bluetooth/WebBluetooth-v2/BluetoothGattCharacteristic#value|value]]. | ||
; Parameter | ; Parameter | ||
: ''value'' | : ''value'' | ||
:: Desired value to be written to the | :: Desired value to be written to the GATT server. | ||
; Return | ; Return |
edits