This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Unable to understand error returned by scan_start()

I am trying to port pc-ble-driver-py to soft device version 6.1. I have made changes to python code to take care of changed API signatures, new constants etc.

When testing it, adapter open, enable BLE succeeds. But when starting scan, I am getting following error
 self.adapter.driver.ble_gap_scan_start()
  File "c:\sources\nordic\pc-ble-driver-py\pc_ble_driver_py\ble_driver.py", line 105, in wrapper
    error_code=err_code,
pc_ble_driver_py.exceptions.NordicSemiException: Failed to ble_gap_scan_start. Error code: 32771
I have 52840 dongle on Windows 10 with soft device 6.1 and corresponding connectivity firmware. I am not able to understand error  32771. It doesn't seem to be from NRF error code. 
Can someone please help me understand what does this error code mean?
regards,
-Prashant.
Parents Reply Children
No Data
Related