HomeSort by relevance Sort by last modified time
    Searched refs:rfc_timer_start (Results 1 - 4 of 4) sorted by null

  /system/bt/stack/rfcomm/
rfc_mx_fsm.cc 145 rfc_timer_start(p_mcb, RFCOMM_CONN_TIMEOUT);
439 rfc_timer_start(p_mcb, RFC_DISC_TIMEOUT);
502 rfc_timer_start(p_mcb, RFC_MCB_INIT_INACT_TIMER);
600 rfc_timer_start(p_mcb, RFC_T1_TIMEOUT);
603 rfc_timer_start(
640 rfc_timer_start(p_mcb, RFC_T1_TIMEOUT);
643 rfc_timer_start(
rfc_utils.cc 183 rfc_timer_start(p_mcb, RFC_MCB_INIT_INACT_TIMER);
220 * Function rfc_timer_start
225 void rfc_timer_start(tRFC_MCB* p_mcb, uint16_t timeout) { function
299 rfc_timer_start(p_mcb, RFC_MCB_RELEASE_INACT_TIMER);
rfc_l2cap_if.cc 108 rfc_timer_start(p_mcb, (uint16_t)(time_get_os_boottime_ms() % 10 + 2));
rfc_int.h 298 extern void rfc_timer_start(tRFC_MCB* p_rfc_mcb, uint16_t timeout);

Completed in 746 milliseconds