You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.8.2 - Add initial support for did modify services (#193)
* Add initial support for did modify services delegation, #144
* Bump version to 0.8.2
* Update changelog for 0.8.2
* Update readme and jazzy doc for 0.8.2
Register for notifications when a connected peripheral's services change. Unregistering is not required, Bluejay will unregister for you if the observer is no longer in memory.
504
+
505
+
- Parameter serviceObserver: object interested in receiving the connected peripheral's did modify services event.
Unregister for notifications when a connected peripheral's services change. Unregistering is not required, Bluejay will unregister for you if the observer is no longer in memory.
514
+
515
+
- Parameter serviceObserver: object no longer interested in receiving the connected peripheral's did modify services event.
Register for notifications when the log file is updated. Unregistering is not required, Bluejay will unregister for you if the observer is no longer in memory.
/// Allows creating weak references to ServiceObserver objects, so that Bluejay does not keep strong references to observers and prevent them from being released in memory.
0 commit comments