MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / writeWithoutResponse

Method writeWithoutResponse

modules/network/ble/gatt.js:340–343  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

338 }
339
340 writeWithoutResponse(value) {
341 value = typedValueToBuffer(this.type, value);
342 this._writeValue(this.connection, this.handle, value);
343 }
344
345 writeValue(value) {
346 value = typedValueToBuffer(this.type, value);

Callers

nothing calls this directly

Calls 1

typedValueToBufferFunction · 0.90

Tested by

no test coverage detected