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

Method onConnected

modules/network/ble/uart/uartclient.js:61–63  ·  view source on GitHub ↗
(device)

Source from the content-addressed store, hash-verified

59 }
60 }
61 onConnected(device) {
62 device.discoverPrimaryService(SERVICE_UUID);
63 }
64 onServices(services) {
65 if (services.length)
66 services[0].discoverAllCharacteristics();

Callers 2

bleserver.jsFile · 0.45
bleclient.jsFile · 0.45

Calls 1

Tested by

no test coverage detected