Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80f324b5 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Use proper num_uuids the size of a vector am: ad9dc515 am: 5afd91e9 am:...

Use proper num_uuids the size of a vector am: ad9dc515 am: 5afd91e9 am: cb8079c1 am: d7606577 am: b9328aae

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2056572



Change-Id: I02c9420b7712131888bbce2460e78ef8054fa28f
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 92107ecd b9328aae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -456,7 +456,7 @@ typedef struct {
  BD_NAME bd_name;             /* Name of peer device. */
  tBTA_SERVICE_MASK services;  /* Services found on peer device. */
  tBT_DEVICE_TYPE device_type; /* device type in case it is BLE device */
  uint32_t num_uuids;
  size_t num_uuids;
  bluetooth::Uuid* p_uuid_list;
  tBTA_STATUS result;
} tBTA_DM_DISC_RES;