troystribling / BlueCap

iOS Bluetooth LE framework
MIT License
714 stars 114 forks source link

Update more information for peripheral discovery and perform sanity c… #55

Closed arrix closed 7 years ago

arrix commented 7 years ago

54

Update RSSI, discoveredAt and advertisements. Check for edge case when the CBPeripheral instance changes.

troystribling commented 7 years ago

The build failed because of a change I made which has been fixed. They should pass now.

troystribling commented 7 years ago

I made a change which will be in version 0.5.0 that throws an error if the condition handled in this PR occurs. I do not thin replacing the CBPeripheral is appropriate.

Thanks for finding this error.