Re: [web-bluetooth] GATT operation in progress - how to handle it?

At least on Android, as long as you keep track if there is a pending 
GATT operation or not, and make sure you never execute a GATT 
operation if there already is one pending, it does not fail.

Are you talking about BlueZ in mind now? Does it have a restriction 
that pending GATT operations are global for all clients, meaning that 
you can't know if there is a pending operation and not, and it fails 
when there is?

-- 
GitHub Notification of comment by Emill
Please view or discuss this issue at 
https://github.com/WebBluetoothCG/web-bluetooth/issues/188#issuecomment-249295192
 using your GitHub account

Received on Friday, 23 September 2016 20:32:19 UTC