90c9ffa975
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. |
||
---|---|---|
.. | ||
bta_gatt_common.c | ||
bta_gattc_act.c | ||
bta_gattc_api.c | ||
bta_gattc_cache.c | ||
bta_gattc_ci.c | ||
bta_gattc_main.c | ||
bta_gattc_utils.c | ||
bta_gatts_act.c | ||
bta_gatts_api.c | ||
bta_gatts_main.c | ||
bta_gatts_utils.c |