(value)
| 343 | } |
| 344 | |
| 345 | writeValue(value) { |
| 346 | value = typedValueToBuffer(this.type, value); |
| 347 | this._writeValue(this.connection, this.handle, value, true); |
| 348 | } |
| 349 | |
| 350 | _readValue() @ "xs_gatt_descriptor_read_value" |
| 351 | _writeValue() @ "xs_gatt_descriptor_write_value" |
nothing calls this directly
no test coverage detected