Hi, I am going to develop 2 ios applications one for Central and one for Peripheral.
After pairing this 2 devices, they will send/receive data packets.
What I want to do is sniff these data packets. (Such as RSSI value, channel, data content, ...)
According to Apple's document, it says it uses ECDHE for secure bonding. However, in https://devzone.nordicsemi.com/f/nordic-q-a/95369/nrf52840-cannot-sniff-encrypted-connection, sniffer cannot sniff secure connection using Diffie-Hellman key exchange.
I wonder if I implement my app using "Just Works" pairing, BT sniffer could sniff data packet.
Is there anyone done similar works? Android applications would be fine too.