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

/system/bt/include/
H A Dbt_target.h86 #ifndef BTA_DISABLE_DELAY
87 #define BTA_DISABLE_DELAY 200 /* in milliseconds */ macro
/system/bt/bta/dm/
H A Dbta_dm_act.cc507 #if (BTA_DISABLE_DELAY > 0)
508 /* If BTA_DISABLE_DELAY is defined and greater than zero, then delay the
510 * BTA_DISABLE_DELAY milliseconds
512 APPL_TRACE_WARNING("%s BTA_DISABLE_DELAY set to %d ms", __func__,
513 BTA_DISABLE_DELAY);
514 alarm_set_on_mloop(bta_dm_cb.disable_timer, BTA_DISABLE_DELAY,

Completed in 55 milliseconds