Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-10060

GapScan_Enable( ) does not perform periodic scanning

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • SimpleLink CC13x2-26x2 SDK BLE5 Stack
    • BLE_AGAMA-2260
    • BLE Stack BLE5-2.1.2
    • Hide
      BLE Stack BLE5-2.1.4 RC3
      BLE Stack BLE5-2.1.4
      Show
      BLE Stack BLE5-2.1.4 RC3 BLE Stack BLE5-2.1.4
    • CC26X2R1

      This issue was first observed on CC2642, SDK v4.10.

      The first parameter of function GapScan_enable(uint16_t period, .. ) does not have any effect. Setting it to a value different than zero will not cause the scanner to scan periodically.

      For example, when you use the multi_role example project and call...

      GapScan_enable(8, 500, 0);

      This should cause the device to scan for 5 seconds, every 10 seconds. However, the devices scans one time, gets disabled and later not re-enabled automatically.

       

       

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: