Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Issue 2625013003: bluetooth: bluez: Fixed issue with missing notifications after reconnect. (Closed)

Created:
3 years, 11 months ago by perja
Modified:
3 years, 7 months ago
Reviewers:
scheib, ortuno, rkc1
CC:
chromium-reviews, mac-reviews_chromium.org, ortuno+watch_chromium.org, scheib+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

bluetooth: bluez: Fixed issue with missing notifications after reconnect. BUG=680099 Review-Url: https://codereview.chromium.org/2625013003 Cr-Commit-Position: refs/heads/master@{#443451} Committed: https://chromium.googlesource.com/chromium/src/+/db61493317991225f05f657bc5c78db7f96d55a7

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added comment about the notification. #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -8 lines) Patch
M device/bluetooth/bluetooth_device.h View 1 chunk +1 line, -1 line 0 comments Download
M device/bluetooth/bluetooth_device.cc View 2 chunks +7 lines, -2 lines 6 comments Download
M device/bluetooth/bluetooth_device_android.cc View 1 chunk +1 line, -4 lines 0 comments Download
M device/bluetooth/bluetooth_low_energy_device_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M device/bluetooth/bluez/bluetooth_device_bluez.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (10 generated)
perja
@scheib: PTAL. This change makes notifications work on Linux after a reconnect.
3 years, 11 months ago (2017-01-11 15:51:45 UTC) #6
scheib
Thanks, I didn't understand the bluez difference in notification, though, would you explain that in ...
3 years, 11 months ago (2017-01-11 18:44:02 UTC) #7
perja
https://codereview.chromium.org/2625013003/diff/1/device/bluetooth/bluez/bluetooth_device_bluez.cc File device/bluetooth/bluez/bluetooth_device_bluez.cc (right): https://codereview.chromium.org/2625013003/diff/1/device/bluetooth/bluez/bluetooth_device_bluez.cc#newcode931 device/bluetooth/bluez/bluetooth_device_bluez.cc:931: DidDisconnectGatt(false /* notifyDeviceChanged */); On 2017/01/11 18:44:02, scheib wrote: ...
3 years, 11 months ago (2017-01-12 09:26:28 UTC) #8
scheib
LGTM
3 years, 11 months ago (2017-01-12 22:49:10 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2625013003/20001
3 years, 11 months ago (2017-01-12 22:50:25 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/db61493317991225f05f657bc5c78db7f96d55a7
3 years, 11 months ago (2017-01-13 01:50:44 UTC) #14
rkc1
https://codereview.chromium.org/2625013003/diff/20001/device/bluetooth/bluetooth_device.cc File device/bluetooth/bluetooth_device.cc (right): https://codereview.chromium.org/2625013003/diff/20001/device/bluetooth/bluetooth_device.cc#newcode476 device/bluetooth/bluetooth_device.cc:476: SetGattServicesDiscoveryComplete(false); What is the purpose of doing this? This ...
3 years, 7 months ago (2017-05-15 23:56:59 UTC) #16
ortuno
https://codereview.chromium.org/2625013003/diff/20001/device/bluetooth/bluetooth_device.cc File device/bluetooth/bluetooth_device.cc (right): https://codereview.chromium.org/2625013003/diff/20001/device/bluetooth/bluetooth_device.cc#newcode476 device/bluetooth/bluetooth_device.cc:476: SetGattServicesDiscoveryComplete(false); On 2017/05/15 at 23:56:59, rkc1 wrote: > What ...
3 years, 7 months ago (2017-05-16 00:04:27 UTC) #18
rkc1
https://codereview.chromium.org/2625013003/diff/20001/device/bluetooth/bluetooth_device.cc File device/bluetooth/bluetooth_device.cc (right): https://codereview.chromium.org/2625013003/diff/20001/device/bluetooth/bluetooth_device.cc#newcode476 device/bluetooth/bluetooth_device.cc:476: SetGattServicesDiscoveryComplete(false); On 2017/05/16 00:04:27, ortuno wrote: > On 2017/05/15 ...
3 years, 7 months ago (2017-05-16 00:10:09 UTC) #19
ortuno
https://codereview.chromium.org/2625013003/diff/20001/device/bluetooth/bluetooth_device.cc File device/bluetooth/bluetooth_device.cc (right): https://codereview.chromium.org/2625013003/diff/20001/device/bluetooth/bluetooth_device.cc#newcode476 device/bluetooth/bluetooth_device.cc:476: SetGattServicesDiscoveryComplete(false); On 2017/05/16 at 00:10:09, rkc1 wrote: > On ...
3 years, 7 months ago (2017-05-16 00:40:41 UTC) #20
chromium-reviews
+1 for revert /rkc On Mon, May 15, 2017 at 5:40 PM, <ortuno@chromium.org> wrote: > ...
3 years, 7 months ago (2017-05-16 01:48:55 UTC) #21
perja
https://codereview.chromium.org/2625013003/diff/20001/device/bluetooth/bluetooth_device.cc File device/bluetooth/bluetooth_device.cc (right): https://codereview.chromium.org/2625013003/diff/20001/device/bluetooth/bluetooth_device.cc#newcode476 device/bluetooth/bluetooth_device.cc:476: SetGattServicesDiscoveryComplete(false); On 2017/05/16 00:10:09, rkc1 wrote: > On 2017/05/16 ...
3 years, 7 months ago (2017-05-16 08:23:24 UTC) #22
rkc
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/2891493002/ by rkc@chromium.org. ...
3 years, 7 months ago (2017-05-16 18:45:11 UTC) #23
scheib
On 2017/05/16 18:45:11, rkc wrote: > A revert of this CL (patchset #2 id:20001) has ...
3 years, 7 months ago (2017-05-16 20:08:14 UTC) #24
scheib
3 years, 7 months ago (2017-05-16 20:11:48 UTC) #25
Message was sent while issue was closed.
On 2017/05/16 20:08:14, scheib wrote:
> On 2017/05/16 18:45:11, rkc wrote:
> > A revert of this CL (patchset #2 id:20001) has been created in
> > https://codereview.chromium.org/2891493002/ by mailto:rkc@chromium.org.
> > 
> > The reason for reverting is: Doesn't fix the issue correctly, introduces new
> > issues.
> > .
> 
> I will revert manually, as auto-revert had patch conflict.

Already being done in https://codereview.chromium.org/2888663002/

Powered by Google App Engine
This is Rietveld 408576698