We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @rgrover
Devices implementing UriBeacon have modes:
On the CSR and nRF51 we've been using hardware button press to move devices into Config mode.
Any thoughts on how this would work on mbed?
The text was updated successfully, but these errors were encountered:
I'll have to look into APIs for purging GATT database if we're alternate between having a config service and having only advertisements.
Sorry, something went wrong.
An example switching between modes using nRF51 SDK is here in main.c
It is possible to purge the GATT database. Will work on this shortly.
7e9f9a0
rgrover
No branches or pull requests
Hi @rgrover
Devices implementing UriBeacon have modes:
On the CSR and nRF51 we've been using hardware button press to move devices into Config mode.
Any thoughts on how this would work on mbed?
The text was updated successfully, but these errors were encountered: