Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

Commit d94dbf6

Browse files
committed
[ATT_CFG] Return something on CMD read if prior setup is missing
1 parent 13eb9c3 commit d94dbf6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main/bluetooth/att_cfg.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ static void bt_att_cfg_cmd_rd_hdlr(uint16_t handle) {
401401
break;
402402
default:
403403
printf("# Invalid read cfg cmd: %02X\n", cfg_cmd);
404+
bt_att_cfg_cmd_abi_ver_rsp(handle);
404405
break;
405406
}
406407
}

0 commit comments

Comments
 (0)