Often, the name of a remote device is figured out by BT only after a while. Until that point, the peripheral name is (null). If the name changes, the delegate peripheralDidUpdateName: is called in CWBluetoothManager. We should propagate that call so the web library is notified of the name change.
Often, the name of a remote device is figured out by BT only after a while. Until that point, the peripheral name is
(null)
. If the name changes, the delegateperipheralDidUpdateName:
is called inCWBluetoothManager
. We should propagate that call so the web library is notified of the name change.