OSDN Git Service

Suspend properly when receiving events without response
authorJaganath Kanakkassery <jaganathx.kanakkassery@intel.com>
Wed, 6 Jan 2016 07:27:51 +0000 (15:27 +0800)
committerAndre Eisenbach <eisenbach@google.com>
Thu, 18 Feb 2016 18:39:39 +0000 (10:39 -0800)
commitb1f50e1ff32b58437ff1c02e541447319baa12df
tree266868a6258fde1d64ae0e0c33d7c91bcb279e66
parenta72c96f8dbfcb4db1e45c4954fc96d3da93a4008
Suspend properly when receiving events without response

In the BTU handler for messages from the controller, rn event may be
received that the stack does not have to respond to. In this case, the
stack should go to sleep.

This patch calls the provided function in the BTU to enter sleep.

Signed-off-by: Jaganath Kanakkassery <jaganathx.kanakkassery@intel.com>
Signed-off-by: Yingkai Cheng <yingkaix.cheng@intel.com>
Signed-off-by: Zhiquan Liu <zhiquan.liu@intel.com>
Change-Id: Ie7c3fcae418eb2480338509e86b7cc870177a965
stack/btu/btu_task.c