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

Issue 1394973003: bluetooth: android: Create BluetoothRemoteGattServiceAndroid objects. (Closed)

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

Description

bluetooth: android: Create BluetoothRemoteGattServiceAndroid objects. Initiate GATT service discovery when a connection is established. Upon discovery completion create C++ objects associated with the Java objects. For now these are simple stubs, and don't even retain the Java object. BUG=541355 Committed: https://crrev.com/c3ecc9fc96c00be7da6c16f7e67b5689c5565437 Cr-Commit-Position: refs/heads/master@{#353465}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address ortuno #

Unified diffs Side-by-side diffs Delta from patch set Stats (+427 lines, -3 lines) Patch
M device/bluetooth/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothDevice.java View 3 chunks +28 lines, -0 lines 0 comments Download
M device/bluetooth/android/java/src/org/chromium/device/bluetooth/Wrappers.java View 4 chunks +36 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_adapter_android.h View 1 1 chunk +8 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_device_android.h View 3 chunks +15 lines, -2 lines 0 comments Download
M device/bluetooth/bluetooth_device_android.cc View 2 chunks +25 lines, -0 lines 0 comments Download
M device/bluetooth/bluetooth_device_unittest.cc View 1 1 chunk +34 lines, -0 lines 0 comments Download
A device/bluetooth/bluetooth_remote_gatt_service_android.h View 1 chunk +88 lines, -0 lines 0 comments Download
A device/bluetooth/bluetooth_remote_gatt_service_android.cc View 1 chunk +96 lines, -0 lines 0 comments Download
M device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java View 1 6 chunks +53 lines, -1 line 0 comments Download
M device/bluetooth/test/bluetooth_test.h View 1 2 chunks +9 lines, -0 lines 0 comments Download
M device/bluetooth/test/bluetooth_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M device/bluetooth/test/bluetooth_test_android.h View 2 chunks +5 lines, -0 lines 0 comments Download
M device/bluetooth/test/bluetooth_test_android.cc View 2 chunks +25 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 9 (3 generated)
scheib
5 years, 2 months ago (2015-10-08 22:00:42 UTC) #2
ortuno
lgtm https://codereview.chromium.org/1394973003/diff/1/device/bluetooth/bluetooth_adapter_android.h File device/bluetooth/bluetooth_adapter_android.h (right): https://codereview.chromium.org/1394973003/diff/1/device/bluetooth/bluetooth_adapter_android.h#newcode87 device/bluetooth/bluetooth_adapter_android.h:87: base::ObserverList<device::BluetoothAdapter::Observer>& GetObservers() { Why is this not bluetooth_adapter.h/cc? ...
5 years, 2 months ago (2015-10-08 22:53:28 UTC) #3
scheib
https://codereview.chromium.org/1394973003/diff/1/device/bluetooth/bluetooth_adapter_android.h File device/bluetooth/bluetooth_adapter_android.h (right): https://codereview.chromium.org/1394973003/diff/1/device/bluetooth/bluetooth_adapter_android.h#newcode87 device/bluetooth/bluetooth_adapter_android.h:87: base::ObserverList<device::BluetoothAdapter::Observer>& GetObservers() { On 2015/10/08 22:53:27, ortuno wrote: > ...
5 years, 2 months ago (2015-10-08 23:52:20 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1394973003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1394973003/20001
5 years, 2 months ago (2015-10-10 14:42:08 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 2 months ago (2015-10-10 15:49:28 UTC) #8
commit-bot: I haz the power
5 years, 2 months ago (2015-10-10 15:50:22 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/c3ecc9fc96c00be7da6c16f7e67b5689c5565437
Cr-Commit-Position: refs/heads/master@{#353465}

Powered by Google App Engine
This is Rietveld 408576698