0

cros_healthd: Sync mojom for UUIDs in Bluetooth scanning routine

This CL sync CL:5306234.

BUG: None
TEST: CQ

Change-Id: Ia9546b2894e8670e99ff41486fb05b84452b79f0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5381641
Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org>
Commit-Queue: Byron Lee <byronlee@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1276088}
This commit is contained in:
BaiiYuan
2024-03-21 08:09:24 +00:00
committed by Chromium LUCI CQ
parent 31d6201c0b
commit e91f28987f

@ -626,7 +626,7 @@ struct BluetoothDiscoveryRoutineDetail {
// Details regarding the scanned peripheral.
//
// NextMinVersion: 1, NextIndex: 3
// NextMinVersion: 2, NextIndex: 4
[Stable]
struct BluetoothScannedPeripheralInfo {
// All collected RSSI during the routine.
@ -637,6 +637,9 @@ struct BluetoothScannedPeripheralInfo {
// The unique id of peripheral, which is reported when the average RSSI is
// higher than -60.
string? peripheral_id@2;
// The list of available services of peripheral, which is reported when the
// average RSSI is higher than -60.
[MinVersion=1] array<mojo_base.mojom.Uuid>? uuids@3;
};
// Details regarding Bluetooth scanning routine.