HomeSort by relevance Sort by last modified time
    Searched refs:BTA_DISABLE_DELAY (Results 1 - 4 of 4) sorted by null

  /device/lge/mako/bluetooth/
bdroid_buildcfg.h 21 #define BTA_DISABLE_DELAY 1000 /* in milliseconds */
  /device/asus/flo/bluetooth/
bdroid_buildcfg.h 30 #define BTA_DISABLE_DELAY 1000 /* in milliseconds */
  /external/bluetooth/bluedroid/include/
bt_target.h 266 #ifndef BTA_DISABLE_DELAY
267 #define BTA_DISABLE_DELAY 200 /* in milliseconds */
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 471 #if (defined(BTA_DISABLE_DELAY) && BTA_DISABLE_DELAY > 0)
472 /* If BTA_DISABLE_DELAY is defined and greater than zero, then delay the shutdown by
473 * BTA_DISABLE_DELAY milliseconds
475 APPL_TRACE_WARNING2("%s BTA_DISABLE_DELAY set to %d ms",
476 __FUNCTION__, BTA_DISABLE_DELAY);
479 bta_sys_start_timer(&bta_dm_cb.disable_timer, 0, BTA_DISABLE_DELAY);
    [all...]

Completed in 149 milliseconds