I used this direct test mode sample project: "ncs\v2.6.1\nrf\samples\bluetooth\direct_test_mode"
I can connect and test it normally on the nRF5340 development board with the comprehensive
test instrument through the serial port, but after I added Bluetooth's default launch power settings,
it cannot be connected to the integrated test instrument :
set the BLE default tx power in the direct_test_mode\boards\nrf5340dk_nrf5340_cpunet.conf as follow:
CONFIG_BT=y CONFIG_BT_CTLR=y CONFIG_BT_CTLR_TX_PWR_PLUS_3=y

