Files
esp-idf/components
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
..
2018-01-24 17:45:49 +11:00
2017-12-14 10:39:26 +05:30
2017-03-07 10:18:47 +11:00
2017-12-04 10:22:07 +11:00
2018-01-12 15:54:07 +08:00
2018-01-16 10:58:34 +02:00
2017-10-23 19:47:33 +08:00