diff --git a/main/bluetooth/att_cfg.c b/main/bluetooth/att_cfg.c index 6568ca5b..1b64022d 100644 --- a/main/bluetooth/att_cfg.c +++ b/main/bluetooth/att_cfg.c @@ -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; } }