Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.45
bleclient.js
File · 0.45
Calls
1
discoverPrimaryService
Method · 0.65
Tested by
no test coverage detected