Android Bluetooth package does not support UUID 128 bit |
|||||||||||||||
Issue descriptionIn current ARC++ Bluetooth LE Advertise data implementation, Chrome send UUID 128 bits to Android because 1) It has more information than 16 / 32 bits UUID 2) Android framework support it[1]. However Android bluetooth package currently only support UUID 16 bits[2]. If left as is, Android will just ignore this data from Chrome. [1] https://android.googlesource.com/platform/frameworks/base/+/android-n-preview-5/core/java/android/bluetooth/le/ScanRecord.java#216 [2] https://android.googlesource.com/platform/packages/apps/Bluetooth/+/android-n-preview-5/src/com/android/bluetooth/gatt/GattService.java#2221
,
Aug 22 2016
I think we should merge this to M53 because this is bug fix for M53 feature.
,
Aug 22 2016
Your change meets the bar and is auto-approved for M53 (branch: 2785)
,
Aug 23 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/ebc9fc73841ca084f348f79b5a41e263d712fab1 commit ebc9fc73841ca084f348f79b5a41e263d712fab1 Author: Rahul Chaturvedi <rkc@google.com> Date: Tue Aug 23 02:05:25 2016 arc: bluetooth: Use UUID 16 bits in advertising data For device advertising data received from low energy scan, Android framework supports UUID 128 bits in services data field. But, Android Bluetooth package supports only UUID 16 bits. This patch makes Chrome send UUID 16 bits to Android instead of UUID 128 bits. BUG= 636478 TEST=Build Review-Url: https://codereview.chromium.org/2204263003 Cr-Commit-Position: refs/heads/master@{#412417} (cherry picked from commit 31fcf11302a5dc9670458fe666f86c086191089d) Review URL: https://codereview.chromium.org/2268113002 . Cr-Commit-Position: refs/branch-heads/2785@{#722} Cr-Branched-From: 68623971be0cfc492a2cb0427d7f478e7b214c24-refs/heads/master@{#403382} [modify] https://crrev.com/ebc9fc73841ca084f348f79b5a41e263d712fab1/components/arc/bluetooth/arc_bluetooth_bridge.cc [modify] https://crrev.com/ebc9fc73841ca084f348f79b5a41e263d712fab1/components/arc/common/bluetooth.mojom
,
Aug 24 2016
,
Aug 24 2016
,
Sep 7 2016
,
Oct 18 2016
,
Jan 21 2017
,
Feb 21 2017
,
Mar 3 2017
,
Mar 3 2017
,
Mar 4 2017
,
Apr 17 2017
,
May 9 2017
|
|||||||||||||||
►
Sign in to add a comment |
|||||||||||||||
Comment 1 by bugdroid1@chromium.org
, Aug 17 2016