OVMS3-idf/components/bt/bluedroid/stack/gatt
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: fix not send indication confirm in case of server only 2017-11-14 11:43:57 +08:00
att_protocol.c component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00
gatt_api.c Component/bt: add value callback when send notification or indicate failed 2017-11-01 11:00:08 +08:00
gatt_attr.c component/bt: Fix bug while writing slave's service change characteristic 2017-06-14 13:12:38 +08:00
gatt_auth.c component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00
gatt_cl.c Component/bt: send data length request by host after read feature complete 2017-12-12 18:28:59 +08:00
gatt_db.c Merge branch 'bugfix/btdm_gatt_read_by_type_bug' into 'master' 2017-09-14 17:24:02 +08:00
gatt_main.c component/bt: free timer resources after using them 2018-01-27 19:03:06 +08:00
gatt_sr.c Component/bt: send data length request by host after read feature complete 2017-12-12 18:28:59 +08:00
gatt_utils.c component/bt: free timer resources after using them 2018-01-27 19:03:06 +08:00