Home
last modified time | relevance | path

Searched refs:localtimer (Results 1 - 2 of 2) sorted by relevance

/vendor/hihope/dayu210/bluetooth/src/
H A Dhardware.c532 static timer_t localtimer = 0; variable
536 OsFreeTimer(localtimer); in local_timer_handler()
540 if (localtimer == 0) { in start_fwcfg_cbtimer()
541 localtimer = OsAllocateTimer(local_timer_handler); in start_fwcfg_cbtimer()
543 OsStartTimer(localtimer, BT_VENDOR_CFG_TIMEDELAY_, 0); in start_fwcfg_cbtimer()
/vendor/hihope/rk3568/bluetooth/src/
H A Dhardware.c580 static timer_t localtimer = 0; variable
584 OsFreeTimer(localtimer); in local_timer_handler()
588 if (localtimer == 0) { in start_fwcfg_cbtimer()
589 localtimer = OsAllocateTimer(local_timer_handler); in start_fwcfg_cbtimer()
591 OsStartTimer(localtimer, BT_VENDOR_CFG_TIMEDELAY_, 0); in start_fwcfg_cbtimer()

Completed in 6 milliseconds