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

Issue 2104023002: arc: bluetooth: Add Gatt server mojo API (Closed)

Created:
4 years, 5 months ago by puthik_chromium
Modified:
4 years, 5 months ago
CC:
chromium-reviews, elijahtaylor+arcwatch_chromium.org, yusukes+watch_chromium.org, viettrungluu+watch_chromium.org, hidehiko+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, lhchavez+watch_chromium.org, darin (slow to review), ben+mojo_chromium.org, qsr+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

arc: bluetooth: Add Gatt server mojo API This patch adds the mojo definition for Gatt Server API BUG=629210 TEST=Build Committed: https://crrev.com/9c5baa3ebd453f8b0778d922bd418c47f042cb68 Cr-Commit-Position: refs/heads/master@{#407546}

Patch Set 1 #

Total comments: 8

Patch Set 2 : transport -> devicetype #

Patch Set 3 : fix patch#2 #

Total comments: 6

Patch Set 4 : rebase #

Total comments: 9

Patch Set 5 : Improve comment / rebase #

Patch Set 6 : Remove sendResponse #

Patch Set 7 : rebase #

Total comments: 2

Patch Set 8 : Bump mojo id #

Unified diffs Side-by-side diffs Delta from patch set Stats (+194 lines, -4 lines) Patch
M components/arc/bluetooth/arc_bluetooth_bridge.h View 1 2 3 4 5 6 7 4 chunks +79 lines, -0 lines 0 comments Download
M components/arc/bluetooth/arc_bluetooth_bridge.cc View 1 2 3 4 5 6 7 4 chunks +76 lines, -4 lines 0 comments Download
M components/arc/common/bluetooth.mojom View 1 2 3 4 5 6 7 2 chunks +39 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 51 (28 generated)
puthik_chromium
WIP cl. Head up early to make sure that I use Gatt Server API correctly.
4 years, 5 months ago (2016-06-28 18:40:54 UTC) #2
rkc
It is very hard to parse these CLs without any documentation of what these functions ...
4 years, 5 months ago (2016-06-29 21:54:17 UTC) #3
Eric Caruso
https://codereview.chromium.org/2104023002/diff/1/components/arc/common/bluetooth.mojom File components/arc/common/bluetooth.mojom (right): https://codereview.chromium.org/2104023002/diff/1/components/arc/common/bluetooth.mojom#newcode304 components/arc/common/bluetooth.mojom:304: [MinVersion=3] StartService@32(int32 service_handle, int32 transport) On 2016/06/29 21:54:17, rkc ...
4 years, 5 months ago (2016-06-30 23:19:09 UTC) #5
puthik_chromium
https://codereview.chromium.org/2104023002/diff/1/components/arc/common/bluetooth.mojom File components/arc/common/bluetooth.mojom (right): https://codereview.chromium.org/2104023002/diff/1/components/arc/common/bluetooth.mojom#newcode293 components/arc/common/bluetooth.mojom:293: int32 num_handles) On 2016/06/29 21:54:17, rkc wrote: > What ...
4 years, 5 months ago (2016-07-01 21:12:42 UTC) #6
rkc
https://codereview.chromium.org/2104023002/diff/40001/components/arc/bluetooth/arc_bluetooth_bridge.cc File components/arc/bluetooth/arc_bluetooth_bridge.cc (right): https://codereview.chromium.org/2104023002/diff/40001/components/arc/bluetooth/arc_bluetooth_bridge.cc#newcode29 components/arc/bluetooth/arc_bluetooth_bridge.cc:29: #include "device/bluetooth/bluetooth_local_gatt_service.h" Nit: Already included in header. https://codereview.chromium.org/2104023002/diff/40001/components/arc/bluetooth/arc_bluetooth_bridge.h File ...
4 years, 5 months ago (2016-07-01 21:28:27 UTC) #7
puthik_chromium
https://codereview.chromium.org/2104023002/diff/40001/components/arc/bluetooth/arc_bluetooth_bridge.cc File components/arc/bluetooth/arc_bluetooth_bridge.cc (right): https://codereview.chromium.org/2104023002/diff/40001/components/arc/bluetooth/arc_bluetooth_bridge.cc#newcode29 components/arc/bluetooth/arc_bluetooth_bridge.cc:29: #include "device/bluetooth/bluetooth_local_gatt_service.h" On 2016/07/01 21:28:27, rkc wrote: > Nit: ...
4 years, 5 months ago (2016-07-14 19:01:32 UTC) #8
rkc
bluetooth lgtm
4 years, 5 months ago (2016-07-14 23:30:21 UTC) #9
puthik_chromium
4 years, 5 months ago (2016-07-15 18:56:06 UTC) #11
puthik_chromium
On 2016/07/15 18:56:06, puthik_chromium wrote: The implementation is in http://crrev.com/2104043002 and http://crrev.com/2101283003
4 years, 5 months ago (2016-07-15 18:57:11 UTC) #12
palmer
This CL does not LGTM until I know what's going on. Also, open source code ...
4 years, 5 months ago (2016-07-16 00:21:04 UTC) #13
puthik_chromium
https://codereview.chromium.org/2104023002/diff/60001/components/arc/bluetooth/arc_bluetooth_bridge.cc File components/arc/bluetooth/arc_bluetooth_bridge.cc (right): https://codereview.chromium.org/2104023002/diff/60001/components/arc/bluetooth/arc_bluetooth_bridge.cc#newcode298 components/arc/bluetooth/arc_bluetooth_bridge.cc:298: const ErrorCallback& error_callback) {} On 2016/07/16 00:21:04, palmer wrote: ...
4 years, 5 months ago (2016-07-16 00:27:18 UTC) #14
puthik_chromium
https://codereview.chromium.org/2104023002/diff/60001/components/arc/bluetooth/arc_bluetooth_bridge.cc File components/arc/bluetooth/arc_bluetooth_bridge.cc (right): https://codereview.chromium.org/2104023002/diff/60001/components/arc/bluetooth/arc_bluetooth_bridge.cc#newcode298 components/arc/bluetooth/arc_bluetooth_bridge.cc:298: const ErrorCallback& error_callback) {} On 2016/07/16 00:27:18, puthik_chromium wrote: ...
4 years, 5 months ago (2016-07-18 21:27:39 UTC) #15
puthik_chromium
I also open new Chrome bug for this.
4 years, 5 months ago (2016-07-18 21:40:01 UTC) #17
Luis Héctor Chávez
https://codereview.chromium.org/2104023002/diff/60001/components/arc/bluetooth/arc_bluetooth_bridge.h File components/arc/bluetooth/arc_bluetooth_bridge.h (right): https://codereview.chromium.org/2104023002/diff/60001/components/arc/bluetooth/arc_bluetooth_bridge.h#newcode270 components/arc/bluetooth/arc_bluetooth_bridge.h:270: // Send a response to a read/write operation On ...
4 years, 5 months ago (2016-07-19 01:26:03 UTC) #18
puthik_chromium
https://codereview.chromium.org/2104023002/diff/60001/components/arc/bluetooth/arc_bluetooth_bridge.h File components/arc/bluetooth/arc_bluetooth_bridge.h (right): https://codereview.chromium.org/2104023002/diff/60001/components/arc/bluetooth/arc_bluetooth_bridge.h#newcode270 components/arc/bluetooth/arc_bluetooth_bridge.h:270: // Send a response to a read/write operation On ...
4 years, 5 months ago (2016-07-19 22:21:22 UTC) #25
Luis Héctor Chávez
lgtm
4 years, 5 months ago (2016-07-20 23:12:10 UTC) #32
Luis Héctor Chávez
https://codereview.chromium.org/2104023002/diff/120001/components/arc/common/bluetooth.mojom File components/arc/common/bluetooth.mojom (right): https://codereview.chromium.org/2104023002/diff/120001/components/arc/common/bluetooth.mojom#newcode293 components/arc/common/bluetooth.mojom:293: [MinVersion=3] AddService@29(BluetoothGattServiceID service_id, FYI: https://codereview.chromium.org/2166143002/patch/60001/70003 you'll need to bump ...
4 years, 5 months ago (2016-07-22 01:56:41 UTC) #37
puthik_chromium
https://codereview.chromium.org/2104023002/diff/120001/components/arc/common/bluetooth.mojom File components/arc/common/bluetooth.mojom (right): https://codereview.chromium.org/2104023002/diff/120001/components/arc/common/bluetooth.mojom#newcode293 components/arc/common/bluetooth.mojom:293: [MinVersion=3] AddService@29(BluetoothGattServiceID service_id, On 2016/07/22 01:56:41, Luis Héctor Chávez ...
4 years, 5 months ago (2016-07-22 21:46:33 UTC) #42
palmer
LGTM. Thanks for working with me on the other CLs.
4 years, 5 months ago (2016-07-22 23:45:15 UTC) #43
puthik_chromium
4 years, 5 months ago (2016-07-25 18:38:59 UTC) #44
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/2104023002/140001
4 years, 5 months ago (2016-07-25 18:40:01 UTC) #47
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 5 months ago (2016-07-25 19:38:54 UTC) #49
commit-bot: I haz the power
4 years, 5 months ago (2016-07-25 19:41:12 UTC) #51
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/9c5baa3ebd453f8b0778d922bd418c47f042cb68
Cr-Commit-Position: refs/heads/master@{#407546}

Powered by Google App Engine
This is Rietveld 408576698