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

Issue 1966893003: IDL changes for BLE GATT server support. (Closed)

Created:
4 years, 7 months ago by rkc
Modified:
4 years, 7 months ago
Reviewers:
Devlin, Mark P
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

IDL changes for BLE GATT server support. This CL adds some missing parts from the BTLE IDL required for GATT server support. .) It adds the permissions enum for descriptors. Without specifying this, creating a descriptor has no point, since it can't be read from or written to. .) It adds the removeService and the notifyCharactersticValueChanged functions that are there in the design but were missing from the IDL. R=rdevlin.cronin@chromium.org BUG=596742, 611236 Committed: https://crrev.com/2f274924652e85ad4adf56bcebba3d6efbce5b3e Cr-Commit-Position: refs/heads/master@{#393381}

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 6

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -24 lines) Patch
M chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.h View 3 chunks +36 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc View 1 2 3 4 chunks +20 lines, -5 lines 0 comments Download
M chrome/common/extensions/api/bluetooth_low_energy.idl View 1 2 3 4 5 8 chunks +56 lines, -17 lines 0 comments Download
M chrome/test/data/extensions/api_test/bluetooth_low_energy/create_descriptor/runtest.js View 1 chunk +3 lines, -2 lines 0 comments Download
M extensions/browser/extension_function_histogram_value.h View 1 chunk +2 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 1 chunk +3 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 20 (7 generated)
rkc
4 years, 7 months ago (2016-05-11 01:51:18 UTC) #1
rkc
Adding mpearson@ for histograms owners review.
4 years, 7 months ago (2016-05-11 22:42:55 UTC) #3
Mark P
Please add the histograms file for review. --mark
4 years, 7 months ago (2016-05-11 22:46:47 UTC) #4
Devlin
https://codereview.chromium.org/1966893003/diff/1/chrome/common/extensions/api/bluetooth_low_energy.idl File chrome/common/extensions/api/bluetooth_low_energy.idl (right): https://codereview.chromium.org/1966893003/diff/1/chrome/common/extensions/api/bluetooth_low_energy.idl#newcode10 chrome/common/extensions/api/bluetooth_low_energy.idl:10: rm https://codereview.chromium.org/1966893003/diff/1/chrome/common/extensions/api/bluetooth_low_energy.idl#newcode19 chrome/common/extensions/api/bluetooth_low_energy.idl:19: encryptAuthenticatedWrite }; put closing brace on ...
4 years, 7 months ago (2016-05-11 22:47:39 UTC) #5
rkc
https://codereview.chromium.org/1966893003/diff/1/chrome/common/extensions/api/bluetooth_low_energy.idl File chrome/common/extensions/api/bluetooth_low_energy.idl (right): https://codereview.chromium.org/1966893003/diff/1/chrome/common/extensions/api/bluetooth_low_energy.idl#newcode10 chrome/common/extensions/api/bluetooth_low_energy.idl:10: On 2016/05/11 22:47:39, Devlin wrote: > rm Done. https://codereview.chromium.org/1966893003/diff/1/chrome/common/extensions/api/bluetooth_low_energy.idl#newcode19 ...
4 years, 7 months ago (2016-05-11 22:57:41 UTC) #6
Mark P
histograms.xml lgtm
4 years, 7 months ago (2016-05-11 23:05:50 UTC) #7
Devlin
https://codereview.chromium.org/1966893003/diff/60001/chrome/common/extensions/api/bluetooth_low_energy.idl File chrome/common/extensions/api/bluetooth_low_energy.idl (right): https://codereview.chromium.org/1966893003/diff/60001/chrome/common/extensions/api/bluetooth_low_energy.idl#newcode365 chrome/common/extensions/api/bluetooth_low_energy.idl:365: // indicate is true, we will send an indication ...
4 years, 7 months ago (2016-05-12 00:16:42 UTC) #9
rkc
https://codereview.chromium.org/1966893003/diff/60001/chrome/common/extensions/api/bluetooth_low_energy.idl File chrome/common/extensions/api/bluetooth_low_energy.idl (right): https://codereview.chromium.org/1966893003/diff/60001/chrome/common/extensions/api/bluetooth_low_energy.idl#newcode365 chrome/common/extensions/api/bluetooth_low_energy.idl:365: // indicate is true, we will send an indication ...
4 years, 7 months ago (2016-05-12 00:42:32 UTC) #10
Devlin
lgtm https://codereview.chromium.org/1966893003/diff/80001/chrome/common/extensions/api/bluetooth_low_energy.idl File chrome/common/extensions/api/bluetooth_low_energy.idl (right): https://codereview.chromium.org/1966893003/diff/80001/chrome/common/extensions/api/bluetooth_low_energy.idl#newcode201 chrome/common/extensions/api/bluetooth_low_energy.idl:201: boolean? indicate; nit: naming. isIndication? shouldBeIndication? shouldIndicate?
4 years, 7 months ago (2016-05-12 20:58:11 UTC) #11
rkc
https://codereview.chromium.org/1966893003/diff/80001/chrome/common/extensions/api/bluetooth_low_energy.idl File chrome/common/extensions/api/bluetooth_low_energy.idl (right): https://codereview.chromium.org/1966893003/diff/80001/chrome/common/extensions/api/bluetooth_low_energy.idl#newcode201 chrome/common/extensions/api/bluetooth_low_energy.idl:201: boolean? indicate; On 2016/05/12 20:58:11, Devlin wrote: > nit: ...
4 years, 7 months ago (2016-05-12 21:23:36 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1966893003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1966893003/100001
4 years, 7 months ago (2016-05-12 21:43:32 UTC) #15
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 7 months ago (2016-05-12 22:42:27 UTC) #17
commit-bot: I haz the power
4 years, 7 months ago (2016-05-12 22:44:16 UTC) #19
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/2f274924652e85ad4adf56bcebba3d6efbce5b3e
Cr-Commit-Position: refs/heads/master@{#393381}

Powered by Google App Engine
This is Rietveld 408576698