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

Function connect

modules/io/ble/client/mac/bleclient.js:25–25  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

23 buildClient(options) { return native("BLEClient_constructor").call(this, options); },
24 close() { return native("BLEClient_close").call(this); },
25 connect(request) { return native("BLEClient_connect").call(this, request); },
26 disconnect(request) { return native("BLEClient_disconnect").call(this, request); },
27 getPrimaryServices(request, uuids) { return native("BLEClient_getPrimaryServices").call(this, request, uuids); },
28 getCharacteristics(request, service, uuids) { return native("BLEClient_getCharacteristics").call(this, request, service, uuids); },

Callers 6

bleclient.jsFile · 0.50
resolver_taskFunction · 0.50
hostResolveProcFunction · 0.50
resolverCallbackFunction · 0.50
xs_tcp_constructorFunction · 0.50
xs_tcp_constructorFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected