Q9080 How to do active BLE scanning

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Q9080 How to do active BLE scanning

1,815件の閲覧回数
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,750件の閲覧回数
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,750件の閲覧回数
brian_dodge
Contributor II

Both of my issues were caused by corrupted nvds flash.