in command line, when I type hcicmd -p processA -c “from_singlethread pstop”, the thread stops, then I type hcicmd -p processA -c “from_singlethread pstart”, the thread starts.
I am trying to embed this command in Alert. When certain alert criteria meets, then execute exec hcicmd -p processA -c “from_singlethread pstop”and then exec hcicmd -p processA -c “from_singlethread pstart”. However, it does not work. Do you have any idea what’s wrong?