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

  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_mx_fsm.c 144 rfc_timer_start (p_mcb, RFCOMM_CONN_TIMEOUT);
450 rfc_timer_start (p_mcb, RFC_DISC_TIMEOUT);
513 rfc_timer_start (p_mcb, RFC_MCB_INIT_INACT_TIMER);
617 rfc_timer_start (p_mcb, RFC_T1_TIMEOUT);
622 rfc_timer_start (p_mcb, RFCOMM_CONN_TIMEOUT); /* - increased from T2=20 to CONN=120
662 rfc_timer_start (p_mcb, RFC_T1_TIMEOUT);
667 rfc_timer_start (p_mcb, RFCOMM_CONN_TIMEOUT); /* - increased from T2=20 to CONN=120
rfc_utils.c 182 rfc_timer_start (p_mcb, RFC_MCB_INIT_INACT_TIMER);
216 ** Function rfc_timer_start
221 void rfc_timer_start (tRFC_MCB *p_mcb, UINT16 timeout) function
225 RFCOMM_TRACE_EVENT ("rfc_timer_start - timeout:%d", timeout);
312 rfc_timer_start (p_mcb, RFC_MCB_RELEASE_INACT_TIMER);
rfc_l2cap_if.c 107 rfc_timer_start(p_mcb, (UINT16)(GKI_get_tick_count()%10 + 2));
rfc_int.h 307 extern void rfc_timer_start (tRFC_MCB *p_rfc_mcb, UINT16 timeout);

Completed in 88 milliseconds