diff --git a/examples/chip-tool/commands/common/CHIPCommand.h b/examples/chip-tool/commands/common/CHIPCommand.h index 3972b165c05e57..009cfbdead1b19 100644 --- a/examples/chip-tool/commands/common/CHIPCommand.h +++ b/examples/chip-tool/commands/common/CHIPCommand.h @@ -84,7 +84,7 @@ class CHIPCommand : public Command AddArgument("trace_log", 0, 1, &mTraceLog); AddArgument("trace_decode", 0, 1, &mTraceDecode); #endif // CHIP_CONFIG_TRANSPORT_TRACE_ENABLED - AddArgument("ble-adapter", 0, UINT64_MAX, &mBleAdapterId); + AddArgument("ble-adapter", 0, UINT16_MAX, &mBleAdapterId); } /////////// Command Interface /////////