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

Commit 3793e624 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Remove useless #def BTA_GATTC_MULTI_MAX am: 0aeec673 am: 7a7c2974 am: bd3a5588

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1698159

Change-Id: I9d47aa9061bc57b69c70496d8a595f04032c515f
parents 2296eef7 bd3a5588
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -119,11 +119,9 @@ typedef struct {
  uint8_t* p_value;
} tBTA_GATT_UNFMT;

#define BTA_GATTC_MULTI_MAX GATT_MAX_READ_MULTI_HANDLES

typedef struct {
  uint8_t num_attr;
  uint16_t handles[BTA_GATTC_MULTI_MAX];
  uint16_t handles[GATT_MAX_READ_MULTI_HANDLES];
} tBTA_GATTC_MULTI;

/* callback data structure */