Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dport_ext.h29 void rfcomm_mcb_timer_timeout(void* data);
/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_utils.cc225 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