Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
We are using CC2340R5 DK and SDK v8.20,
The device is configured in peripheral mode.
An issue has been identified in receiving scan requests from the mobile app(right now trying with nRF connect for mobile and lightblue)
Settings done in BLE STACK
1] " BLEAPPUTIL_SCAN_REQ_RECEIVED " is set from "BLEAppUtil_EventHandler_t peripheralAdvHandler"
2] " BLEAPPUTIL_SCAN_REQ_RECEIVED " case condition is added under Peripheral_AdvEventHandler
3] "BLEAppUtil_initAdvSet" also set with "GAP_ADV_EVT_MASK_ALL"
4]"peripheralAdvHandler" is added with "BLEAppUtil_registerEventHandler"
5] Other events which are mentioned below from the peripheral handler are work correctly when triggered.
"BLEAPPUTIL_ADV_START_AFTER_ENABLE",
BLEAPPUTIL_ADV_END_AFTER_DISABLE,
Questions:
1] BLEAPPUTIL_SCAN_REQ_RECEIVED, confirm wheather is it right event to receive scan request from central?
2] Are there any specific settings required to enable receiving scan requests from the mobile application?
3] Is there any mobile application available to test and generate scan request effectively.