Skip to content

Instantly share code, notes, and snippets.

@cgreening
Last active August 29, 2015 14:22
Show Gist options
  • Save cgreening/678bec5c41678a8769f7 to your computer and use it in GitHub Desktop.
Save cgreening/678bec5c41678a8769f7 to your computer and use it in GitHub Desktop.
read
profile.services[SERVICE_UUID].characteristics[CHARACTERISTIC_UUID].on('read', function(value) {
console.log('New value', value);
});
profile.services[SERVICE_UUID].characteristics[CHARACTERISTIC_UUID].read();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment