OVMS3-idf/components/bt
Chinmay Chhajed 72fb22ed51 This MR is intended to fix Bluetooth event scheduling when WiFi is also enabled.
The global interrupts will be disabled before taking current
time for scheduling further bluetooth events. Earlier disabling
interrupts was taking some time because of which WiFi events were
interrupting in current bluetooth scheduling.

Also fixes ble crash issue triggered by ble event irq miss (0x20000).
2020-03-05 18:58:28 +05:30
..
bluedroid backport mr !6031 - fix security info restore bug 2020-02-21 20:17:17 +08:00
common Component/bt : 2020-02-20 19:39:03 +08:00
esp_ble_mesh component/bt: Fix the issue with pointer type conversion in gattc. Unified att(db_sizedb_size) count pointer type in bta and btc, change pointer type in bta from int to uint16_t. 2020-02-20 19:16:01 +08:00
include fix initializer order for BT_CONTROLLER_INIT_CONFIG_DEFAULT 2020-02-07 18:59:03 +08:00
lib@7a971f3494 This MR is intended to fix Bluetooth event scheduling when WiFi is also enabled. 2020-03-05 18:58:28 +05:30
test bt: Fix unit tests build with CMake 2018-11-28 15:19:04 +08:00
bt.c bt: Include DMA reserved pool when allocating internal-only memory 2019-12-12 23:09:59 +00:00
CMakeLists.txt Add support of NimBLE host in ESP-BLE-Mesh - v3.3 2020-02-13 12:33:23 +05:30
component.mk Add support of NimBLE host in ESP-BLE-Mesh - v3.3 2020-02-13 12:33:23 +05:30
Kconfig Merge branch 'feat/nimble_esp_ble_mesh_v3.3' into 'release/v3.3' 2020-02-14 16:43:05 +08:00