Diff between 054f3bcf0579da0037c3cedb53c89a484049f823 and 961cbdfe13f0ffb6fa899053a898b0e496920e32
Changed Files
| File | Additions | Deletions | Status |
| android/gatt.c | +0 | -5 | modified |
Full Patch
diff --git a/android/gatt.c b/android/gatt.c
index 287746d..d09e72f 100644
--- a/android/gatt.c
+++ b/android/gatt.c
@@ -5325,11 +5325,6 @@ static uint8_t find_info_handle(const uint8_t *cmd, uint16_t cmd_len,
}
- if (!adl) {
- queue_destroy(q, NULL);
- return ATT_ECODE_INSUFF_RESOURCES;
- }
-
len = enc_find_info_resp(ATT_FIND_INFO_RESP_FMT_16BIT, adl, rsp,
rsp_size);
if (!len)