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

Function constructor

modules/io/ble/client/esp32/bleclient.js:71–71  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

69
70const features = Object.freeze({
71 constructor(options) { native("xs_gattclient_constructor").call(this, options); },
72 close() { return native("xs_gattclient_close").call(this); },
73 connect(request) { return native("xs_gattclient_connect").call(this, request); },
74 getPrimaryServices(request, uuids) { return native("xs_gattclient_getPrimaryServices").call(this, request, uuids); },

Callers 15

zip.jsFile · 0.50
file.jsFile · 0.50
flash.jsFile · 0.50
pwm.jsFile · 0.50
servo.jsFile · 0.50
audioout.jsFile · 0.50
pulsecount.jsFile · 0.50
analog.jsFile · 0.50
rmt.jsFile · 0.50
digital.jsFile · 0.50
monitor.jsFile · 0.50
i2c.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected