Searched refs:BTM_DEV_REPLY_TIMEOUT (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/btm/
H A Dbtm_devctl.c57 #define BTM_DEV_REPLY_TIMEOUT 2 /* 1 second expiration time is not good. Timer may start between 0 and 1 second. */ macro
516 btu_start_timer (&btm_cb.devcb.rln_timer, BTU_TTYPE_BTM_DEV_CTL, BTM_DEV_REPLY_TIMEOUT);
H A Dbtm_acl.c55 #define BTM_DEV_REPLY_TIMEOUT 3 /* 3 second timeout waiting for responses */ macro
1875 btu_start_timer (&btm_cb.devcb.qossu_timer, BTU_TTYPE_BTM_ACL, BTM_DEV_REPLY_TIMEOUT);
1971 BTM_DEV_REPLY_TIMEOUT);
2016 BTM_DEV_REPLY_TIMEOUT);
2064 BTM_DEV_REPLY_TIMEOUT);

Completed in 79 milliseconds