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 #56

Closed mrdavidrees closed 6 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.

(This is a copy because I don't really know what I'm doing)

duplicate of #55

Daij-Djan commented 7 years ago

this is automatically included in https://github.com/rhummelmose/BluetoothKit/pull/64