att_db: remove commented TODO as it is handled

This commit is contained in:
Milanka Ringwald 2020-09-17 15:16:51 +02:00
parent ee9010c31f
commit 8a6bd77d31

View File

@ -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); log_info("ATT_READ_MULTIPLE_REQUEST: num handles %u", num_handles);
uint8_t request_type = ATT_READ_MULTIPLE_REQUEST; 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; uint16_t offset = 1;
int i; int i;