Skip to content
New issue

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

Deprecated mbed BLE APIs used in MicroBit.cpp #49

Open
jamessheppard opened this issue Nov 23, 2015 · 1 comment
Open

Deprecated mbed BLE APIs used in MicroBit.cpp #49

jamessheppard opened this issue Nov 23, 2015 · 1 comment
Labels

Comments

@jamessheppard
Copy link
Contributor

/source/MicroBit.cpp uses

  • setAdvertisingType()
  • setAdvertisingInterval()
  • startAdvertising()

that are all listed as *deprecated* in /ble/BLE.h

@finneyj
Copy link
Contributor

finneyj commented Nov 23, 2015

Yes. ARM are incrementally rolling out a slightly different API. This is low risk at present as we're maintaining our own branch for stability, but should obviously update these when we next sync up with the BLE_API master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants