From 8a6bd77d318ffa639f1a3b6459d97069f026b000 Mon Sep 17 00:00:00 2001 From: Milanka Ringwald Date: Thu, 17 Sep 2020 15:16:51 +0200 Subject: [PATCH] att_db: remove commented TODO as it is handled --- src/ble/att_db.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ble/att_db.c b/src/ble/att_db.c index 5161d272b..c8e7dd1fa 100644 --- a/src/ble/att_db.c +++ b/src/ble/att_db.c @@ -765,11 +765,6 @@ static uint16_t handle_read_multiple_request2(att_connection_t * att_connection, log_info("ATT_READ_MULTIPLE_REQUEST: num handles %u", num_handles); uint8_t request_type = ATT_READ_MULTIPLE_REQUEST; - // TODO: figure out which error to respond with - // if (num_handles < 2){ - // return setup_error(response_buffer, ATT_READ_MULTIPLE_REQUEST, handle, ???); - // } - uint16_t offset = 1; int i;