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

Issue 2775283003: bluetooth: Update services, characteristics, and descriptors (Closed)

Created:
3 years, 9 months ago by deejay
Modified:
3 years, 8 months ago
CC:
blink-reviews, chromium-reviews, haraken, ortuno+watch_chromium.org, scheib+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

bluetooth: Update services, characteristics, and descriptors 4 new services were updated from [1] - fitness_machine - http_proxy - object_transfer - transport_discovery 1 characteristic was changed from previous map. - intermediate_blood_pressure -> intermediate_cuff_pressure 34 new characteristics were updated from [2] - cross_trainer_data - fitness_machine_control_point - fitness_machine_feature - fitness_machine_status - http_control_point - http_entity_body - http_headers - http_status_code - https_security - indoor_bike_data - object_action_control_point - object_changed - object_first_created - object_id - object_last_modified - object_list_control_point - object_list_filter - object_name - object_properties - object_size - ots_feature - resolvable_private_address_only - rower_data - stair_climber_data - step_climber_data - supported_heart_rate_range - supported_inclination_range - supported_power_range - supported_resistance_level_range - supported_speed_range - tds_control_point - training_status - treadmill_data - uri 2 new descriptors were updated from [3] - number_of_digitals - time_trigger_setting Also we've updated page address for Service, Characteristics and Descriptors specified by the Bluetooth SIG. [1] https://www.bluetooth.com/specifications/gatt/services [2] https://www.bluetooth.com/specifications/gatt/characteristics [3] https://www.bluetooth.com/specifications/gatt/descriptors BUG=517115 Review-Url: https://codereview.chromium.org/2775283003 Cr-Commit-Position: refs/heads/master@{#462421} Committed: https://chromium.googlesource.com/chromium/src/+/8deebddfd6875aa12740eb2060a3e3f760116ea5

Patch Set 1 #

Patch Set 2 : updated page address for Service, Characteristics and Descriptors #

Total comments: 1

Patch Set 3 : bluetooth: Update services, characteristics, and descriptors #

Patch Set 4 : rebase with latest code #

Patch Set 5 : update with latest code (add -> insert) #

Total comments: 2

Patch Set 6 : bluetooth: Update services, characteristics, and descriptors #

Total comments: 2

Patch Set 7 : Update to "intermediate_cuff_pressure" #

Patch Set 8 : Fix layout_test error #

Patch Set 9 : fix layout_test errors #2 #

Messages

Total messages: 31 (13 generated)
deejay
Dear scheib, Please take a look this patch
3 years, 8 months ago (2017-03-28 14:44:05 UTC) #3
ortuno
Thanks for doing this! Could you keep the current order by UUID rather than alphabetically?
3 years, 8 months ago (2017-03-28 20:01:00 UTC) #4
deejay
On 2017/03/28 20:01:00, ortuno wrote: > Thanks for doing this! Could you keep the current ...
3 years, 8 months ago (2017-03-29 01:07:32 UTC) #5
ortuno
Fair point. For the sake of consistency could you check that services and descriptors are ...
3 years, 8 months ago (2017-03-29 21:00:32 UTC) #7
deejay
On 2017/03/29 21:00:32, ortuno wrote: > Fair point. For the sake of consistency could you ...
3 years, 8 months ago (2017-03-30 16:22:35 UTC) #8
ortuno
Patch is looking good though I think you need to rebase since add was changed ...
3 years, 8 months ago (2017-03-30 23:28:28 UTC) #9
deejay
On 2017/03/30 23:28:28, ortuno wrote: > Patch is looking good though I think you need ...
3 years, 8 months ago (2017-04-01 16:23:55 UTC) #10
ortuno
I don't think you rebased. The patch still has uses "add" whereas most recent code ...
3 years, 8 months ago (2017-04-03 03:41:12 UTC) #11
deejay
On 2017/04/03 03:41:12, ortuno wrote: > I don't think you rebased. The patch still has ...
3 years, 8 months ago (2017-04-05 05:27:13 UTC) #12
ortuno
https://codereview.chromium.org/2775283003/diff/80001/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp File third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp (left): https://codereview.chromium.org/2775283003/diff/80001/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp#oldcode251 third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp:251: descriptors->insert("gatt.characteristic_presentation_format", 0x2904); As discussed let's reorder the values in ...
3 years, 8 months ago (2017-04-05 07:26:25 UTC) #13
deejay
https://codereview.chromium.org/2775283003/diff/80001/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp File third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp (left): https://codereview.chromium.org/2775283003/diff/80001/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp#oldcode251 third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp:251: descriptors->insert("gatt.characteristic_presentation_format", 0x2904); On 2017/04/05 07:26:25, ortuno wrote: > As ...
3 years, 8 months ago (2017-04-05 08:09:26 UTC) #14
ortuno
lgtm bar one small thing https://codereview.chromium.org/2775283003/diff/100001/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp File third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp (right): https://codereview.chromium.org/2775283003/diff/100001/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp#newcode168 third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp:168: characteristics->insert("intermediate_blood_pressure", 0x2A36); Seems this ...
3 years, 8 months ago (2017-04-06 03:11:00 UTC) #15
deejay
https://codereview.chromium.org/2775283003/diff/100001/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp File third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp (right): https://codereview.chromium.org/2775283003/diff/100001/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp#newcode168 third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp:168: characteristics->insert("intermediate_blood_pressure", 0x2A36); On 2017/04/06 03:11:00, ortuno wrote: > Seems ...
3 years, 8 months ago (2017-04-06 04:30:43 UTC) #18
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/2775283003/120001
3 years, 8 months ago (2017-04-06 04:37:15 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/416347)
3 years, 8 months ago (2017-04-06 06:25:55 UTC) #24
deejay
On 2017/04/06 06:25:55, commit-bot: I haz the power wrote: > Try jobs failed on following ...
3 years, 8 months ago (2017-04-06 09:57:51 UTC) #25
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/2775283003/160001
3 years, 8 months ago (2017-04-06 09:58:33 UTC) #28
commit-bot: I haz the power
3 years, 8 months ago (2017-04-06 11:17:23 UTC) #31
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/8deebddfd6875aa12740eb2060a3...

Powered by Google App Engine
This is Rietveld 408576698