Skip to content

Commit

Permalink
[ATT_CFG] Return something on CMD read if prior setup is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
darthcloud committed Dec 15, 2022
1 parent 13eb9c3 commit d94dbf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/bluetooth/att_cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ static void bt_att_cfg_cmd_rd_hdlr(uint16_t handle) {
break;
default:
printf("# Invalid read cfg cmd: %02X\n", cfg_cmd);
bt_att_cfg_cmd_abi_ver_rsp(handle);
break;
}
}
Expand Down

0 comments on commit d94dbf6

Please sign in to comment.