Other Parts Discussed in Thread: SIMPLELINK-CC13X2-26X2-SDK
SimpleLink CC13x2 26x2 SDK 5.20.00.52: ble5_host_test_cc26x2r1lp_app on CC2652R1F
- When we enable continues scanning; the scan stops after 10-12 scan reports. No error or events reported to the host.
- If we change the firmware to SDK 3.40.00.02 , Scan works continuously
The commands sent to CC2652R1F through UART interface are:
GAP_DeviceInit: 01 00 FE 08 09 00 00 00 00 00 00 00 00 <--0x08:GAP_PROFILE_CENTRAL ; 0x00:ADDRMODE_PUBLIC;
HCI_EXT_SetBDADDRCmd: 01 0C FC 06 44 A2 57 2F 88 40 <--40:88:2f:57:a2:44
HCI_EXT_SetTxPowerCmd: 01 01 FC 01 0C
GapScan_setPhyParams: 01 53 FE 06 01 00 A0 00 A0 00 <--0x01:SCAN_PRIM_PHY_1M; 0x01:SCAN_TYPE_ACTIVE;00 A0: scan interval;A0 00:scan window
GapScan_enable: 01 51 FE 05 00 00 00 00 00 <---00 00:scan period ;00 00:scan duration
<---GAP_EVT_SCAN_ENABLED
<--GAP_SCANNER_EVENT with eventID==GAP_EVT_ADV_REPORT <--- Only received 10-12 scan reports then stopped receiving any without any error.