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

Method onConnected

tests/modules/network/ble/client/rssi.js:25–28  ·  view source on GitHub ↗
(device)

Source from the content-addressed store, hash-verified

23 }
24 }
25 onConnected(device) {
26 this.device = device;
27 device.discoverPrimaryService(CONFIG.SERVICE_UUID);
28 }
29 onServices(services) {
30 this.device.readRSSI();
31 }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected