Tool/software:
I am using the host_test
example on the CC2340 and controlling the device via BTool. I have configured scanning as follows:
-
Called
GapScan_setPhyParams()
withSCAN_TYPE_ACTIVE
-
Sent
GapScan_enable()
command -
I am receiving advertisement reports from multiple devices (e.g.,
ADV_IND
) -
But I do not see any scan request (SCAN_REQ) or scan response (SCAN_RSP) data in BTool logs.