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

simple_peripheral.c: Incorrect placement of GAPRole_StartDevice in SimplePeripheral_init

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • SimpleLink CC2640R2 SDK BLE Stack
    • BLESTACK-4849
    • Hide
      BLE Stack 3.2.2
      BLE Stack 3.2.3
      Show
      BLE Stack 3.2.2 BLE Stack 3.2.3
    • BLE Stack 3.3.4
    • CC2640R2

      In simple_peripheral:SimplePeripheral_init GAPRole_StartDevice is called before GAPRole profile configurations. In project_zero this is placed after.
      This can cause several issues if GAPRole_SetParameter calls are placed after GAPRole_StartDevice, which customers believe they should:

      advertOffTime has no effect in limited advertising:
      https://e2e.ti.com/support/wireless-connectivity/bluetooth/f/538/p/790943/2928768
      Whitelist needs to be set before the call to GAPRole_StartDevice  for it to work on initial advertising:
      https://e2e.ti.com/support/wireless-connectivity/bluetooth/f/538/p/783230/2901150

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

              Created:
              Updated:
              Resolved: