OVMS3-idf/components/bt/bluedroid/stack
wangmengyang fab14106c8 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.

# Conflicts:
#	components/bt/bluedroid/stack/btu/btu_task.c
#	components/bt/bluedroid/stack/gatt/gatt_main.c
#	components/bt/bluedroid/stack/rfcomm/port_utils.c
#	components/bt/bluedroid/stack/rfcomm/rfc_utils.c
2018-02-01 13:52:19 +08:00
..
a2dp component/bt:rebase the BT_BLE_separate to the new master 2017-04-17 22:53:43 -04:00
avct component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00
avdt component/bt: free timer resources after using them 2018-02-01 13:52:19 +08:00
avrc component/bt: Add AVRCP medadata attribute support so A2DP can show track title, album, etc. 2017-12-01 19:28:52 +08:00
btm component/bt: free timer resources after using them 2018-02-01 13:52:19 +08:00
btu component/bt: free timer resources after using them 2018-02-01 13:52:19 +08:00
gap component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00
gatt component/bt: free timer resources after using them 2018-02-01 13:52:19 +08:00
hcic component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00
include component/bt: free timer resources after using them 2018-02-01 13:52:19 +08:00
l2cap component/bt: free timer resources after using them 2018-02-01 13:52:19 +08:00
rfcomm component/bt: free timer resources after using them 2018-02-01 13:52:19 +08:00
sdp component/bt: free timer resources after using them 2018-02-01 13:52:19 +08:00
smp Component/bt: fix update connection params error in smp for v3.0 2018-01-15 19:55:50 +08:00