OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTM_DEV_REPLY_TIMEOUT
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_devctl.c
71
#define
BTM_DEV_REPLY_TIMEOUT
2 /* 1 second expiration time is not good. Timer may start between 0 and 1 second. */
426
btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL,
BTM_DEV_REPLY_TIMEOUT
);
445
btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL,
BTM_DEV_REPLY_TIMEOUT
);
462
btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL,
BTM_DEV_REPLY_TIMEOUT
);
481
btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL,
BTM_DEV_REPLY_TIMEOUT
);
500
btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL,
BTM_DEV_REPLY_TIMEOUT
);
518
btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL,
BTM_DEV_REPLY_TIMEOUT
);
543
btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL,
BTM_DEV_REPLY_TIMEOUT
);
567
btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL,
BTM_DEV_REPLY_TIMEOUT
);
585
btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL,
BTM_DEV_REPLY_TIMEOUT
);
[
all
...]
btm_acl.c
49
#define
BTM_DEV_REPLY_TIMEOUT
3 /* 3 second timeout waiting for responses */
[
all
...]
Completed in 696 milliseconds