OVMS3-idf/components/bt/controller
Tian Hao a9dfae66ea bugfix btdm sleep twice after wakeup request
This problem may cause HCI send command timeout.

When host call VHCI api to do btdm_wakeup_request, then controller
wakeup process will be handled in ISR and controller task context.
As host task priority is lower than controller task and ISR,
it will cause an incorrect behavior that before VHCI take the
rx_flow_on_semaphore, controller sleep again, then VHCI cannot take
the semaphore and has to wait the automatic wakeup.
2019-08-04 07:17:13 +00:00
..
lib@717f0c6ec7 bugfix btdm sleep twice after wakeup request 2019-08-04 07:17:13 +00:00
bt.c bugfix btdm sleep twice after wakeup request 2019-08-04 07:17:13 +00:00