Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_utils.cc165 alarm_free(p_mcb->mcb_timer); in rfc_alloc_multiplexer_channel()
174 p_mcb->mcb_timer = alarm_new("rfcomm_mcb.mcb_timer"); in rfc_alloc_multiplexer_channel()
206 alarm_free(p_mcb->mcb_timer); in rfc_release_multiplexer_channel()
225 alarm_set_on_mloop(p_mcb->mcb_timer, interval_ms, rfcomm_mcb_timer_timeout, in rfc_timer_start()
239 alarm_cancel(p_mcb->mcb_timer); in rfc_timer_stop()
Dport_int.h85 alarm_t* mcb_timer = nullptr; /* MCB timer */ member