OVMS3-idf/components/bt/bluedroid/bta/gatt
wangmengyang 90c9ffa975 component/bt: free timer resources after using them
Bluedroid use a set of timer function pairs such as btu_start_timer/btu_stop_timer, btu_sys_start_timer/btu_sys_stop_timer for use, in a lack of timer release functions. Thus the timers may be exhausted after some event sequence such as repetition of connection/reconnection with different devices. The maximum timer number used in bluedroid is given by ALARM_CBS_NUM which is 30 for now. This bugfix borrowed some update from bluedroid in Andoroid 7.0, which add timer release functions which promote the recycle of timer resources.
2018-01-27 19:03:06 +08:00
..
bta_gatt_common.c Component/bt: add set local MTU API 2017-09-01 21:55:28 +08:00
bta_gattc_act.c component/bt: free timer resources after using them 2018-01-27 19:03:06 +08:00
bta_gattc_api.c component/bt: Fixed the bug of mutiple read can not callback. 2017-09-19 04:50:26 -04:00
bta_gattc_cache.c component/bt: delete api bta_gattc_cache_write 2017-11-16 16:40:18 +08:00
bta_gattc_ci.c component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00
bta_gattc_main.c component/bt: Added the bluedroid environment variable dynomic malloc support & support to malloc the memory to the psram. 2018-01-24 15:18:02 +08:00
bta_gattc_utils.c component/bt: free timer resources after using them 2018-01-27 19:03:06 +08:00
bta_gatts_act.c Component/bt: add value callback when send notification or indicate failed 2017-11-01 11:00:08 +08:00
bta_gatts_api.c Component/bt: fix crash when set attr value 0 2017-10-13 15:06:08 +08:00
bta_gatts_main.c component/bt: Added the bluedroid environment variable dynomic malloc support & support to malloc the memory to the psram. 2018-01-24 15:18:02 +08:00
bta_gatts_utils.c component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00