-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
extmod/modbluetooth: Add gap_indicate_service_changed. #8027
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
base: master
Are you sure you want to change the base?
extmod/modbluetooth: Add gap_indicate_service_changed. #8027
Conversation
81fa207
to
7444b7a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8027 +/- ##
=======================================
Coverage 98.54% 98.54%
=======================================
Files 169 169
Lines 21898 21898
=======================================
Hits 21579 21579
Misses 319 319 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
59572d9
to
d4dcd95
Compare
d4dcd95
to
2f11cb3
Compare
c0adf9e
to
fc08bd3
Compare
This is an automated heads-up that we've just merged a Pull Request See #13763 A search suggests this PR might apply the STATIC macro to some C code. If it Although this is an automated message, feel free to @-reply to me directly if |
fc08bd3
to
e537b25
Compare
Code size report:
|
e537b25
to
bab4298
Compare
This function triggers an indication on the GATT service changed characteristic.
bab4298
to
6ab336c
Compare
This function triggers an indication on the GATT service changed characteristic.
The matching change in aioble can be found micropython/micropython-lib#467
Requires extra nimble feature at this stage: apache/mynewt-nimble#1112
I've added some extra notes to the docs to cover some idiosynchacies seen in phone (iOS / android) usage of this feature: