Searched refs:rfcomm_mcb_timer_timeout (Results 1 – 2 of 2) sorted by relevance
29 void rfcomm_mcb_timer_timeout(void* data);
225 alarm_set_on_mloop(p_mcb->mcb_timer, interval_ms, rfcomm_mcb_timer_timeout, in rfc_timer_start()304 void rfcomm_mcb_timer_timeout(void* data) { in rfcomm_mcb_timer_timeout() function