Wolox / WLXBluetoothDevice

A block-based wrapper of CoreBluetooth
http://www.wolox.com.ar
MIT License
25 stars 8 forks source link

Discovery process halt after device disconnection while discovering services #16

Closed guidomb closed 9 years ago

guidomb commented 9 years ago

If the connection is lost while discovering services and a new connection is established, the lib gets into a state where it cannot start discovering again because the service discovery process already started in the previous connection attempt.

The lib should listen to connection notifications and stop discovering services if the connection is lost.