Re: [web-bluetooth] Treat sites as not bonded to their devices.

I guess the bonded terminology here is not used in the same way as in 
Bluetooth, so it means on disconnected all cached attributes are 
flushed. This would work for most cases except if the profile requires
 notification/indications to be active the entire time, in that case 
flushing the cache means the application won't be able to receive any 
value changed until it reconnects, discover the attributes and 
subscribe to value changed which may take some time causing the 
application to miss values.

Also, how about if there are multiple sites connected to the same 
device? Doesn't that still cause the same situation where cached 
attributes are available?

-- 
GitHub Notification of comment by Vudentz
Please view or discuss this issue at 
https://github.com/WebBluetoothCG/web-bluetooth/pull/273#issuecomment-241701962
 using your GitHub account

Received on Tuesday, 23 August 2016 11:25:31 UTC