HomeSort by: relevance | last modified time | path
    Searched refs:rfcomm_mcc_timeout (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netbt/
bt_sysctl.c 234 &rfcomm_mcc_timeout, sizeof(rfcomm_mcc_timeout),
rfcomm_dlc.c 288 callout_schedule(&dlc->rd_timeout, rfcomm_mcc_timeout * hz);
317 callout_schedule(&dlc->rd_timeout, rfcomm_mcc_timeout * hz);
rfcomm.h 267 extern int rfcomm_mcc_timeout;
rfcomm_session.c 105 int rfcomm_mcc_timeout = 20; /* seconds */ variable in typeref:typename:int
439 callout_schedule(&new->rs_timeout, rfcomm_mcc_timeout * hz);

Completed in 13 milliseconds