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

Commit cb8079c1 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

parents 4b41a3ce 5afd91e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -456,7 +456,7 @@ typedef struct {
  BD_NAME bd_name;             /* Name of peer device. */
  BD_NAME bd_name;             /* Name of peer device. */
  tBTA_SERVICE_MASK services;  /* Services found on peer device. */
  tBTA_SERVICE_MASK services;  /* Services found on peer device. */
  tBT_DEVICE_TYPE device_type; /* device type in case it is BLE 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;
  bluetooth::Uuid* p_uuid_list;
  tBTA_STATUS result;
  tBTA_STATUS result;
} tBTA_DM_DISC_RES;
} tBTA_DM_DISC_RES;