628495173 发表于 2020-4-3 15:31:32

csr867x 去掉自动关机,一直处于limbo模式

csr867x 去掉自动关机,一直处于limbo模式

有些案子需要一直开机工作,且关机后普通IO都可以唤醒,这样要求蓝牙一直处于limbo模式(硬件可以工作)。

**** Hidden Message *****

      case ( EventSysLimboTimeout ):
            {
                /*we have received a power on timeout - shutdown*/
                MAIN_DEBUG(("HS: EvLimbo TIMEOUT\n")) ;
                if (lState != deviceTestMode)
                {
                  /* If Dormant mode is not supported, Limbo to power off from here */
                  /* Otherwise Dormant mode is supposed to take care of this */
                  if (!sinkDormantIsSupported())
                  {
                        stateManagerEnterLimboState(limboWakeUp) ;/*修改这里*/
                  }
                  stateManagerUpdateLimboState();
                }
            }
      break ;

liujinhan 发表于 2020-4-7 08:53:00

支持!      :)

忙忙碌碌 发表于 2020-11-16 15:06:44

看看 学习

Will_Yang 发表于 2020-11-16 16:12:21

:o:o:o:o:o

周兴 发表于 2021-1-9 08:21:13

我来看看

xingdongxm 发表于 2021-1-11 11:09:33

:D:D:D:D:D:D:D:D:D

坚强打工人 发表于 2021-1-11 13:43:29

学习学习

geokontan 发表于 2021-2-24 09:59:04

好好学习天天向上

朝朝辞暮 发表于 2021-4-7 16:42:02

好好学习天天向上

pro 发表于 2021-8-16 11:17:04

支持

页: [1] 2 3
查看完整版本: csr867x 去掉自动关机,一直处于limbo模式