manolofdez / AsyncBluetooth

A small library that adds concurrency to CoreBluetooth APIs.
MIT License
168 stars 31 forks source link

Added setNotifyValue function to Peripheral+ReadWrite #12

Closed soltesza closed 2 years ago

soltesza commented 2 years ago

This makes it possible to call the setNotifyValue function the same way that readValue() and writeValue() are called