spacecheese / bluez_peripheral

A library for building BLE peripherals using GATT and bluez
MIT License
38 stars 8 forks source link

NRF-Connect app doesnt receive notifications #5

Closed qdlmcfresh closed 2 years ago

qdlmcfresh commented 2 years ago

Fixed it. Notifcations didnt get sent because of a blocking loop.

spacecheese commented 2 years ago

This is quite confusing. I'll try and make it more obvious this is asynchronous in the docs.

qdlmcfresh commented 2 years ago

Yes maybe just add the part where you would update the heartrate to the example