Hallo,
I want to measure the RSSI of a BLE-beacon. The beacons runs fie, my problem is the other side. I read the thread:
https://devzone.nordicsemi.com/f/nordic-q-a/10668/rssi-without-connection
and this is what I want to do too. But I got a compilation error:
[..]
sdk/components/ble/nrf_ble_scan/nrf_ble_scan.h:138:5: error: expected specifier-qualifier-list before 'ble_gap_scan_params_t'
[..]
which means that the type ble_gap_scan_params_t is not declared. I found a declaration in
ble_gap.h, but only for softdevices S132 and S140. I use S112, and there is no such declaration. What can I do in my case (nrf52810, S112, SDK 15.3.0)?
Thanks in advance,
Dirk.