Q9080 How to do active BLE scanning

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Q9080 How to do active BLE scanning

594 Views
brian_dodge
Contributor II

The GAP_StartScanning call takes a parameter structure, where type can be gScanTypePassive_c or gScanTypeActive_c. If I set the type to gScanTypeActive_c the call returns an error 0x112.  Is this not the proper way to put a scan request in?

2 Replies

529 Views
Xiang_Li
NXP Employee
NXP Employee

It should be possible to do active scan like this.

0x112 = gHciInvalidHciCommandParameters_c

It is possible that other parameters are invalid. Could you post all your scan related parameters?

0 Kudos

529 Views
brian_dodge
Contributor II

Both of my issues were caused by corrupted nvds flash.