After the device is scanned, the peripheral.name returns the local name from the advertising packet under CBMAdvertisementDataLocalNameKey. From first connection, when the iOS discovers services and reads the Device Name characteristic, that name is returned and cached.
This PR fixes #78.
After the device is scanned, the
peripheral.name
returns the local name from the advertising packet underCBMAdvertisementDataLocalNameKey
. From first connection, when the iOS discovers services and reads the Device Name characteristic, that name is returned and cached.