]> granicus.if.org Git - esp-idf/commit
component/bt : fix the bug of deinit/disable
authorTian Hao <tianhao@espressif.com>
Mon, 12 Dec 2016 20:10:44 +0000 (04:10 +0800)
committerTian Hao <tianhao@espressif.com>
Wed, 14 Dec 2016 14:10:21 +0000 (22:10 +0800)
commit7ae7a56457bdadfa23019d26f64e1db9ca1e5afa
tree044386e8a38609fed7a2ddc87c33e851ce2bd617
parent1be09039e36140fbcdddf17a4892d07c2f11f416
component/bt : fix the bug of deinit/disable

1. fix the exception of deinit/disable
2. debug mem leak of deinit, fix some memleak, but still something wrong.
3. debug men leak of disable.
4. add bluedroid memory debug
14 files changed:
components/bt/Kconfig
components/bt/bluedroid/bta/dm/bta_dm_api.c
components/bt/bluedroid/bta/sys/bta_sys_main.c
components/bt/bluedroid/gki/gki_buffer.c
components/bt/bluedroid/gki/include/gki.h
components/bt/bluedroid/hci/hci_layer.c
components/bt/bluedroid/main/bte_main.c
components/bt/bluedroid/osi/alarm.c
components/bt/bluedroid/osi/allocator.c
components/bt/bluedroid/osi/include/allocator.h
components/bt/bluedroid/osi/include/thread.h
components/bt/bluedroid/stack/btm/btm_ble_bgconn.c
components/bt/bluedroid/stack/btu/btu_init.c
components/bt/bluedroid/stack/btu/btu_task.c