noble / noble-device

A Node.js lib to abstract BLE (Bluetooth Low Energy) peripherals, uses noble
MIT License
97 stars 67 forks source link

Dumb question? Tracking of services and chars. #33

Open pursual opened 4 years ago

pursual commented 4 years ago

Why does noble-device track its own list of services and chars instead of just looking at the list that the peripheral tracks?

I have noticed that if noble receives an event from its binding of a new service or char, this doesn't bubble up to the noble-device list.