I figured out that I could do it, provided they are all in the same process
hcicmd -s site1 -p process1 -c ‘thread1,thread2 pstop’
However, I am unable to figure out how to interact with thread3 and thread4 that are contained in process2 all in the same command.
Is there a way to do what I’m looking to do, or am I required to do this in multiple commands?