Skip to content

Instantly share code, notes, and snippets.

@andreban
Last active February 20, 2017 19:54
Show Gist options
  • Save andreban/a5286f0eb2fb5991276289b3dbe75400 to your computer and use it in GitHub Desktop.
Save andreban/a5286f0eb2fb5991276289b3dbe75400 to your computer and use it in GitHub Desktop.
device.gatt.connect()
.then(server => {
server.getPrimaryService('ce060030-43e5-11e4-916c-0800200c9a66') // Rowing Service.
.then(rowingService => {
// ...
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment