rhummelmose / BluetoothKit

Easily communicate between iOS/OSX devices using BLE
Other
2.27k stars 267 forks source link

Allow for name updates to propagate though #55

Closed mrdavidrees closed 8 years ago

mrdavidrees commented 8 years ago

Allow for name updates to propagate though by updating actual discoveries when new discovery is found with same peripheral but different localName.

When a peripheral updates it's name the name update wouldn't be shown because the continuous scanner doesn't recognise an updated name and apply a change. This can also be a problem i've found on some devices where the localName is not available due to CBAdvertisementDataLocalNameKey not being sent with the advertisementData until later.

rhummelmose commented 8 years ago

@mrdavidrees Looks really nice. Please resolve conflicts and open the PR for the development branch instead.