hci_usb Power Control From Command Line

Hi, 

We use the nRF52840 hci_usb sample to emulate a mobile phone App communicating with a product, allowing us to check BLE control of a product and data reported back to the App.  I can see the hci_pwr_ctrl sample for changing the power settings automatically and might copy some of this into hci_usb, but how from the linux command line could I tell the USB dongle to change power level to 4?. Is there a tool or script to send cmds into hci_usb as we are trying to avoid the uart option

Tried hci_usb with hci commands for power control but btmon reports the event is not recognised, even when I compile in the extra cfg options

CONFIG_BT_HCI_VS=y
CONFIG_BT_HCI_VS_EXT=y
CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y
CONFIG_BT_HCI_RAW_CMD_EXT=y
CONFIG_BT_CTLR_SET_HOST_FEATURE=y
Thanks
Related