Before capturing HCI packets in Wireshark, complete the following steps:
-
Configure your nRF Connect SDK application to output HCI packets and application logs over UART. Set the following Kconfig options:
CONFIG_BT_DEBUG_MONITOR_UART=yCONFIG_UART_CONSOLE=n
-
Program your device with the updated firmware.