aboutsummaryrefslogtreecommitdiff
path: root/bta
diff options
context:
space:
mode:
authorChris Manton <cmanton@google.com>2021-05-05 14:21:00 -0700
committerChris Manton <cmanton@google.com>2021-05-09 09:29:02 -0700
commit546049a5c2e38c8e2598beaf19cf77b1f913bf22 (patch)
tree7ca3af5b60d65b2f9f8f52f9f4b851b639bf541b /bta
parentc30d36bf0faaca3aef85473f39e90837dcb00266 (diff)
downloadbt-546049a5c2e38c8e2598beaf19cf77b1f913bf22.tar.gz
Remove useless #def BTA_GATTC_MULTI_MAX
Bug: 183374320 Test: gd/cert/run Tag: #refactor Change-Id: I27200f714209ab74b84b5140562f0f795176f8bc
Diffstat (limited to 'bta')
-rw-r--r--bta/include/bta_gatt_api.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/bta/include/bta_gatt_api.h b/bta/include/bta_gatt_api.h
index 210363412..7027741d8 100644
--- a/bta/include/bta_gatt_api.h
+++ b/bta/include/bta_gatt_api.h
@@ -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 */