BLE Not Scanning In Simulator

Hi all,

I have side loaded my custom app, which is very similar to the nordic Blinky IQ data field app, to a vivoactive 4s but there seems to be an error when connecting to the peripheral. This observation is based on the device's generated log file. I want to continue debugging in simulation, but I can't get the simulator to scan, so I wanted to see if someone could help me figure out where I'm going wrong.  

I have followed the wiki on setting up the simulator to use ble but have not been able to log any scan results. The last log output I get is from the onScanStateChange function showing the scan state is scanning and the status is successful. I would expect the function onScanResults to be called next, but it is not. 

I have tried both 4.1.2 and 3.2.5 SDKs. I have tried both the nrf52 dongle & dk with their appropriate firmware from the wiki. I have set the USB port in the simulator (also tried setting to something that causes an error then putting back to the correct port as this was mentioned in an older post). I have tried both a Mac and a Windows 10 environment. 

Thanks Slight smile