mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-01 04:20:33 +00:00
att_db: remove commented TODO as it is handled
This commit is contained in:
parent
ee9010c31f
commit
8a6bd77d31
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user