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

Commit 0aeec673 authored by Chris Manton's avatar Chris Manton
Browse files

Remove useless #def BTA_GATTC_MULTI_MAX

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

Change-Id: I27200f714209ab74b84b5140562f0f795176f8bc
parent 89945738
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 */