OVMS3-idf/components/bt/bluedroid/stack/l2cap
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
..
include component/bt: free timer resources after using them 2018-01-27 19:03:06 +08:00
l2c_api.c component/bt: Added the new feature of the l2cap layer from the bluedroid new version 7.1.1 2017-09-06 04:25:57 -04:00
l2c_ble.c Component/bt: fix update connection params error in smp 2018-01-15 15:38:08 +08:00
l2c_csm.c component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00
l2c_fcr.c component/bt: free timer resources after using them 2018-01-27 19:03:06 +08:00
l2c_link.c component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00
l2c_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
l2c_ucd.c component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00
l2c_utils.c component/bt: free timer resources after using them 2018-01-27 19:03:06 +08:00
l2cap_client.c component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00