Skip to content

Instantly share code, notes, and snippets.

@cgreening
Last active August 29, 2015 14:22
Show Gist options
  • Select an option

  • Save cgreening/49fe6124f0589f2d1116 to your computer and use it in GitHub Desktop.

Select an option

Save cgreening/49fe6124f0589f2d1116 to your computer and use it in GitHub Desktop.
notifiy
profile.services[SERVICE_UUID].characteristics[CHARACTERISTIC_UUID].on('read', function(value) {
console.log('New value', value);
});
profile.services[SERVICE_UUID].characteristics[CHARACTERISTIC_UUID].setNotifyState(true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment