Wolox / WLXBluetoothDevice

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

Data is never sent to peripheral to update characteristic #50

Closed drdaz closed 8 years ago

drdaz commented 8 years ago

When I try to send data to update a characteristic, no data is ever sent.

The problem seems to lie in the retry logic in the case where the characteristic hasn't yet been discovered; when 'flushPendingOperations' gets called, the operations array is empty giving the method nothing to flush.

This issue is apparent in the same project I uploaded to the other issue (#48).

drdaz commented 8 years ago

Ignore this... I got wrong UUID's from my spec. My bad!