Skip to content

Commit

Permalink
[K32W0] Fix BLE commissioning failure (#12203)
Browse files Browse the repository at this point in the history
DUT refused the send the PBKDF param response due to insufficient
memory on the BLE Host side. THe fix is to increase the memory pool.

Signed-off-by: Doru Gucea <[email protected]>
  • Loading branch information
doru91 authored Nov 24, 2021
1 parent 1749ed1 commit b87d1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/k32w_sdk/nxp/k32w/k32w0/k32w0_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ template("k32w0_sdk") {
"gTimestamp_Enabled_d=0",
"K32W_LOG_ENABLED=1",
"CHIP_ENABLE_OPENTHREAD=1",
"PoolsDetails_c=_block_size_ 32 _number_of_blocks_ 6 _pool_id_(0) _eol_ _block_size_ 512 _number_of_blocks_ 2 _pool_id_(0) _eol_ _block_size_ 768 _number_of_blocks_ 1 _pool_id_(0) _eol_",
"PoolsDetails_c=_block_size_ 32 _number_of_blocks_ 6 _pool_id_(0) _eol_ _block_size_ 256 _number_of_blocks_ 3 _pool_id_(0) _eol_ _block_size_ 512 _number_of_blocks_ 2 _pool_id_(0) _eol_ _block_size_ 768 _number_of_blocks_ 1 _pool_id_(0) _eol_",
"SUPPORT_FOR_15_4=1",
"gAppMaxConnections_c=1",
"gAppUseBonding_d=0",
Expand Down

0 comments on commit b87d1fa

Please sign in to comment.