OVMS3-idf/components/bt
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
..
common components/bt: Fix AVRCP command will not be executed while playing music 2019-07-16 08:50:36 +00:00
controller bugfix btdm sleep twice after wakeup request 2019-08-04 07:17:13 +00:00
esp_ble_mesh ble_mesh: add Doxyfile for core apis & model apis 2019-07-03 17:58:09 +08:00
host Merge branch 'bugfix/btdm_some_unallocated_memory' into 'master' 2019-07-30 09:41:09 +08:00
include Merge branch 'bugfix/btdm_add_readme_for_BLE_demos' into 'master' 2019-06-26 16:04:28 +08:00
test components: use new component registration api 2019-06-21 19:53:29 +08:00
CMakeLists.txt Bluetooth component refactoring 2019-06-30 16:39:00 +08:00
component.mk Bluetooth component refactoring 2019-06-30 16:39:00 +08:00
Kconfig Bluetooth component refactoring 2019-06-30 16:39:00 +08:00
sdkconfig.rename Rename Kconfig options (components/bt) 2019-05-21 09:09:01 +02:00