mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fab14106c8
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 |
||
---|---|---|
.. | ||
bluedroid | ||
include | ||
lib@429496d568 | ||
bt.c | ||
component.mk | ||
Kconfig |