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

/external/bluetooth/bluedroid/include/
H A Dbt_target.h174 #ifndef BTA_DISABLE_DELAY
175 #define BTA_DISABLE_DELAY 200 /* in milliseconds */ macro
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c451 #if (defined(BTA_DISABLE_DELAY) && BTA_DISABLE_DELAY > 0)
452 /* If BTA_DISABLE_DELAY is defined and greater than zero, then delay the shutdown by
453 * BTA_DISABLE_DELAY milliseconds
455 APPL_TRACE_WARNING("%s BTA_DISABLE_DELAY set to %d ms",
456 __FUNCTION__, BTA_DISABLE_DELAY);
459 bta_sys_start_timer(&bta_dm_cb.disable_timer, 0, BTA_DISABLE_DELAY);

Completed in 99 milliseconds