esp-idf/components/bt/bluedroid/stack/include
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
..
a2d_api.h
a2d_sbc.h
avct_api.h
avdt_api.h
avdtc_api.h
avrc_api.h
avrc_defs.h
bt_types.h
btm_api.h
btm_ble_api.h
btm_ble_int.h
btm_int.h
btu.h component/bt: free timer resources after using them 2018-01-27 19:03:06 +08:00
dyn_mem.h
gap_api.h
gatt_api.h
gattdefs.h
hcidefs.h
hcimsgs.h
hiddefs.h
hidh_api.h
l2c_api.h
l2cap_client.h
l2cdefs.h
port_api.h
port_ext.h
profiles_api.h
rfcdefs.h
sdp_api.h
sdpdefs.h
smp_api.h