Home
last modified time | relevance | path

Searched refs:BTM_FIRST_RESET_DELAY (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/include/
Dbt_target.h706 #ifndef BTM_FIRST_RESET_DELAY
707 #define BTM_FIRST_RESET_DELAY 0 macro
/external/bluetooth/bluedroid/include/
Dbt_target.h912 #ifndef BTM_FIRST_RESET_DELAY
913 #define BTM_FIRST_RESET_DELAY 0 macro
/external/bluetooth/bluedroid/stack/btm/
Dbtm_devctl.c170 #if (BTM_FIRST_RESET_DELAY > 0) in btm_dev_init()
172 btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL, BTM_FIRST_RESET_DELAY); in btm_dev_init()