Skip to content

Commit

Permalink
remove spake2p iteration count ( using default ) and change productId…
Browse files Browse the repository at this point in the history
… ( to fit Certification ) in android tv example (#15245)

to fix pair failed issue
  • Loading branch information
xylophone21 authored and pull[bot] committed Aug 17, 2023
1 parent 8dc03f6 commit 5d8736f
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public long readConfigValueLong(String namespace, String name)
* src/include/platform/CHIPDeviceConfig.h for debug
*/
case kConfigNamespace_ChipFactory + ":" + kConfigKey_ProductId:
return 65278;
return 0x8003;

/**
* The default hardware version number assigned to the device or product by the device
Expand Down Expand Up @@ -91,9 +91,6 @@ public long readConfigValueLong(String namespace, String name)

case kConfigNamespace_ChipFactory + ":" + kConfigKey_SetupDiscriminator:
return 0xF00;

case kConfigNamespace_ChipFactory + ":" + kConfigKey_Spake2pIterationCount:
return 100;
}

if (preferences.contains(key)) {
Expand Down

0 comments on commit 5d8736f

Please sign in to comment.