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

Commit ad9dc515 authored by Chris Manton's avatar Chris Manton
Browse files

Use proper num_uuids the size of a vector

Bug: 227293046
Tag: #refactor
Test: gd/cert/run

Change-Id: I8529b4cb63db58a5d4bc78e0216f36bcee02fad5
parent 1ff41c14
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;