I want to be able to stop a thread from the command line (to eventually create a batch file to do this). I am using v5.3 on Win2003. From the documentation, I found the following:
hcicmd -p test -c ‘conn_1 pstop’
where test is the process and conn_1 is the thread. When executing this from a command line, I get ‘invalid command format’ displayed.
Is there another way of doing this, as the documentation is not of any help.
Thanks,
Matt