OVMS3-idf/components/bt/bluedroid/hci
Tian Hao 3ca82d5923 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-07-27 18:07:20 +08:00
..
include/hci Component/bt: add BLE adv report flow control 2019-03-13 14:58:32 +08:00
hci_audio.c component/bt: implement HFP Hands Free Unit Role 2018-05-21 11:33:30 +08:00
hci_hal_h4.c bugfix btdm sleep twice after wakeup request 2019-07-27 18:07:20 +08:00
hci_layer.c Component/bt: add BLE adv report flow control 2019-03-13 14:58:32 +08:00
hci_packet_factory.c Component/bt: add BLE adv report flow control 2019-03-13 14:58:32 +08:00
hci_packet_parser.c component/bt: optimize bluetooth memory debug 2018-09-10 09:19:19 +00:00
packet_fragmenter.c component/bt: optimize bluetooth memory debug 2018-09-10 09:19:19 +00:00