Skip to content

Commit

Permalink
bluetooth: nrf52: Fix wrong debug message
Browse files Browse the repository at this point in the history
Fix wrong debug message in BLE_GapExchangePairingFeature function.
  • Loading branch information
SPRESENSE committed Oct 18, 2024
1 parent 5f20c2f commit b58ca51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/modules/bluetooth/hal/nrf52/ble_gap.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ int BLE_GapExchangePairingFeature(BLE_GapConnHandle connHandle,
}
BLE_PRT("\n");
} else {
BLE_PRT("ExchangePairing: peer enc_info_ltk=%d\n", gapMem.wrapperBondInfo.peerEncKey.enc_info.ltk_len);
BLE_PRT("ExchangePairing: own enc_info_ltk=%d\n", gapMem.wrapperBondInfo.ownEncKey.enc_info.ltk_len);
}

// peer
Expand Down

0 comments on commit b58ca51

Please sign in to comment.