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

Issue 1974633002: Implement DBus changes needed for notifications. (Closed)

Created:
4 years, 7 months ago by rkc
Modified:
4 years, 7 months ago
Reviewers:
xiyuan
CC:
chromium-reviews, scheib+watch_chromium.org, ortuno+watch_chromium.org, scheib
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement DBus changes needed for notifications. This implements the code we need to be able to receive the start notifications and stop notifications calls from BlueZ and the rest of the code needed to send a value update notification to BlueZ. This is part 1 of 2 CLs. https://codereview.chromium.org/1974633002 <<< https://codereview.chromium.org/1973703002 R=xiyuan@chromium.org BUG=610393 Committed: https://crrev.com/1cd8d446e0fb6a9aea498c604967305ef8033688 Cr-Commit-Position: refs/heads/master@{#393382}

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+186 lines, -89 lines) Patch
M device/bluetooth/dbus/bluetooth_gatt_application_service_provider.h View 2 chunks +16 lines, -8 lines 0 comments Download
M device/bluetooth/dbus/bluetooth_gatt_application_service_provider.cc View 3 chunks +20 lines, -11 lines 0 comments Download
M device/bluetooth/dbus/bluetooth_gatt_application_service_provider_impl.h View 3 chunks +1 line, -15 lines 0 comments Download
M device/bluetooth/dbus/bluetooth_gatt_application_service_provider_impl.cc View 3 chunks +3 lines, -14 lines 0 comments Download
M device/bluetooth/dbus/bluetooth_gatt_application_service_provider_unittest.cc View 5 chunks +30 lines, -19 lines 0 comments Download
M device/bluetooth/dbus/bluetooth_gatt_attribute_value_delegate.h View 1 chunk +10 lines, -0 lines 0 comments Download
M device/bluetooth/dbus/bluetooth_gatt_characteristic_delegate_wrapper.h View 2 chunks +3 lines, -0 lines 0 comments Download
M device/bluetooth/dbus/bluetooth_gatt_characteristic_delegate_wrapper.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.h View 2 chunks +11 lines, -0 lines 0 comments Download
M device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.cc View 1 4 chunks +39 lines, -3 lines 0 comments Download
M device/bluetooth/dbus/bluetooth_gatt_descriptor_delegate_wrapper.h View 2 chunks +3 lines, -0 lines 0 comments Download
M device/bluetooth/dbus/bluetooth_gatt_descriptor_service_provider_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M device/bluetooth/dbus/bluetooth_gatt_descriptor_service_provider_impl.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M device/bluetooth/dbus/bluetooth_gatt_service_service_provider_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M device/bluetooth/dbus/bluetooth_gatt_service_service_provider_impl.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M device/bluetooth/dbus/fake_bluetooth_gatt_application_service_provider.h View 1 chunk +0 lines, -11 lines 0 comments Download
M device/bluetooth/dbus/fake_bluetooth_gatt_application_service_provider.cc View 1 chunk +1 line, -2 lines 0 comments Download
M device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.h View 2 chunks +7 lines, -0 lines 0 comments Download
M device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc View 3 chunks +36 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 11 (4 generated)
rkc
4 years, 7 months ago (2016-05-11 22:36:41 UTC) #1
xiyuan
https://codereview.chromium.org/1974633002/diff/1/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.cc File device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.cc (right): https://codereview.chromium.org/1974633002/diff/1/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.cc#newcode377 device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.cc:377: void BluetoothGattCharacteristicServiceProviderImpl::StartNotify( Silly question: Why StartNotify do delegate_->GetValue and ...
4 years, 7 months ago (2016-05-12 18:33:18 UTC) #3
rkc
https://codereview.chromium.org/1974633002/diff/1/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.cc File device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.cc (right): https://codereview.chromium.org/1974633002/diff/1/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.cc#newcode377 device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.cc:377: void BluetoothGattCharacteristicServiceProviderImpl::StartNotify( On 2016/05/12 18:33:18, xiyuan wrote: > Silly ...
4 years, 7 months ago (2016-05-12 19:51:50 UTC) #4
xiyuan
lgtm
4 years, 7 months ago (2016-05-12 20:58:43 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1974633002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1974633002/20001
4 years, 7 months ago (2016-05-12 21:43:11 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 7 months ago (2016-05-12 22:43:30 UTC) #9
commit-bot: I haz the power
4 years, 7 months ago (2016-05-12 22:46:05 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/1cd8d446e0fb6a9aea498c604967305ef8033688
Cr-Commit-Position: refs/heads/master@{#393382}

Powered by Google App Engine
This is Rietveld 408576698