I am using nRF52840-DK as a BLE sniffer. I have set up Wireshark to sniff the packets. Between central and Peripheral, there is an authenticated LE secure encrypted BLE connection.
The central device scans the peripheral and establishes the connection.
Note: Security Level 4 and Mode 1: Authenticated LE Secure Connections pairing with encrypted data.
Level 4 uses Elliptic Curve Diffie-Hellman P-256 (ECDH) and AES-CCM encryption.
After pairing and connection. My central device sends data to the peripheral and I want to see those packets in the Wireshark.
In Wireshark, I can see the error "Encrypted packet decrypted incorrectly"
How to solve this issue?