esp-idf/components/bt
Tian Hao 4987a5ad90 fix bug that semaphore may schedule out in Critical Section
1. Since BLE full-scan feature for BLE mesh change the controller code cause this problem,
it cause coex semaphore take in "interrupt disable", then it may cause task schedule
and cause crash in freertos
2. Fix newlib lock ISR context and critical section check
3. Fix bt controller ISR context and critical section check
2019-10-28 18:43:35 +08:00
..
common Merge branch 'feature/hf_ag' into 'master' 2019-10-25 10:57:43 +08:00
controller fix bug that semaphore may schedule out in Critical Section 2019-10-28 18:43:35 +08:00
esp_ble_mesh Merge branch 'bugfix/fix_mesh_proxy_adv_with_wrong_dev_name' into 'master' 2019-10-26 20:45:10 +08:00
host Merge branch 'feature/btdm_add_api_to_set_channel_classification' into 'master' 2019-10-26 20:42:58 +08:00
include bluetooth: Remove bt.h header (deprecated in v3.1-dev) 2019-09-13 09:44:07 +10:00
test components: use new component registration api 2019-06-21 19:53:29 +08:00
CMakeLists.txt Merge branch 'feature/hf_ag' into 'master' 2019-10-25 10:57:43 +08:00
component.mk Merge branch 'feature/hf_ag' into 'master' 2019-10-25 10:57:43 +08:00
Kconfig components/bt: Add support of NimBLE host in ESP BLE Mesh 2019-10-21 20:18:21 +08:00
sdkconfig.rename components/bt: Remove unused macro in menuconfig 2019-08-29 19:58:05 +08:00