spacecheese / bluez_peripheral

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

Handle introspection errors when looking for adapters #41

Closed jcapona closed 8 months ago

jcapona commented 8 months ago

Closes #33

Handle issues when introspection errors occur when looking for adapters.

When iterating over all the available nodes, catch errors and return a list with only valid ones.