Skip to content

app_task() function bug ambiguity #6

Description

@MrdUkk

provided zigbee examples have ambiguity in calling app_key_handler() function.

probably this is a bug? take a look:

/app/sampleGateway/sampleGateway.c
app_task() calls app_key_handler() in bdb idle condition

/app/sampleSensor/sampleSensor.c
app_task() calls app_key_handler() twice when PM_ENABLE is defined, second time when bdb is in idle condition

/app/sampleSwitch/sampleSwitch.c
app_task() calls app_key_handler() twice when PM_ENABLE is defined, second time when bdb is in idle condition

/app/sampleLigth/sampleLight.c
app_task() calls app_key_handler() without bdb idle condition. Why?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions