Home
last modified time | relevance | path

Searched refs:tle_av_open_on_rc (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_av.c85 static TIMER_LIST_ENT tle_av_open_on_rc; variable
281 memset(&tle_av_open_on_rc, 0, sizeof(tle_av_open_on_rc)); in btif_av_state_idle_handler()
282 tle_av_open_on_rc.param = (UINT32)btif_initiate_av_open_tmr_hdlr; in btif_av_state_idle_handler()
283 btu_start_timer(&tle_av_open_on_rc, BTU_TTYPE_USER_FUNC, in btif_av_state_idle_handler()
296 if (tle_av_open_on_rc.in_use) { in btif_av_state_idle_handler()
298 btu_stop_timer(&tle_av_open_on_rc); in btif_av_state_idle_handler()