BlackWolf / Connichiwa

A framework for local multi-device web applications
15 stars 0 forks source link

Implement name update mechanism #47

Closed BlackWolf closed 10 years ago

BlackWolf commented 10 years ago

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.

BlackWolf commented 10 years ago

We use the device name and send it as part of the initial data now, this should be enough.