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

Function close

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

Source from the content-addressed store, hash-verified

22 buildScanner(options) { return native("BLEScanner_constructor").call(this, options); },
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); },

Callers 10

xs_fileposix_destructorFunction · 0.50
xs_fileposix_closeFunction · 0.50
xs_directoryposix_closeFunction · 0.50
xs_serial_destructorFunction · 0.50
xs_serial_constructorFunction · 0.50
xs_tcp_destructorFunction · 0.50
xs_listener_destructor_Function · 0.50
xs_udp_destructorFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected