Q9080 How to do active BLE scanning

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Q9080 How to do active BLE scanning

1,888 次查看
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 回复数

1,823 次查看
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 项奖励
回复

1,823 次查看
brian_dodge
Contributor II

Both of my issues were caused by corrupted nvds flash.