bluetooth: disconnect should cancel any pending connect calls |
||||||
Issue descriptionPer Step 1 of disconnect[1] we should clear the activealgorithms map to cancel any pending connections. https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothremotegattserver-disconnect
,
Jan 31 2017
,
Jan 18 2018
See https://github.com/WebBluetoothCG/web-bluetooth/issues/152 for more context.
,
Jan 23 2018
djmix.kim@: Note that BluetoothRemoteGATTServer::disconnect will exit early if connected_ is false. connected_ is only set once ConnectCallback is invoked with a success result, so it will have no effect on pending connections.
,
Jan 23 2018
fwiw: this shouldn't be fixed without first refactoring device/bluetooth to allow for canceling pending connects.
,
Jan 29 2018
,
Jan 29 2018
,
Mar 14 2018
Issue 647662 has been merged into this issue.
,
Jun 27 2018
Marking issues assigned to cco3@ as untriaged as they are no longer working on Chromium.
,
Jun 27 2018
|
||||||
►
Sign in to add a comment |
||||||
Comment 1 by djmix....@samsung.com
, Jan 31 2017