Hello.I will open it again because the ticket was closed due to my fault.
I want to check the LE Audio (CIS/BIS) function by capturing it as "Airlog" or "hcisnoop" with nRF5340 LE audio EVK.
What I want is LE Audio function analysis at the data packet level.
Is there any other way?
The current development environment is Windows VS Code.
And I have two nRF5340 LE Audio EVKs.
I also have a USB Dongle, but I don't think I can because the bluetooth version is low. (nRF52840-Dongle)
1. Can I check "Airlog" or "hcisnoop" with the Nordic USB dongle(nRF52840-Dongle)?
2. Or is it possible to extract "Airlog" or "hcisnoop" in Windows VS code environment?
3. If you can capture "CIS/BIS Airlog" with nRF USB dongle sniffer, please provide detailed guide as well.
4. It seems that LTK is needed.
I added a definition to output LTK to proj.conf, but it is not output.
CONFIG_BT_LOG_SNIFFER_INFO=y
CONFIG_BT_DEBUG_LOG=y
Below is all of my J-link output.
00> *** Booting Zephyr OS build v3.1.99-ncs1 ***
00> nRF5340 APP core started
00>
00> rtt:~$
For your information, I am running a sample app of applications/nrf5340_audio.
Please reply.
Thank you.