OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_DISABLE_DELAY
(Results
1 - 5
of
5
) sorted by null
/device/lge/hammerhead/bluetooth/
bdroid_buildcfg.h
20
#define
BTA_DISABLE_DELAY
100 /* in milliseconds */
/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
270
#ifndef
BTA_DISABLE_DELAY
271
#define
BTA_DISABLE_DELAY
200 /* in milliseconds */
[
all
...]
/external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c
472
#if (defined(
BTA_DISABLE_DELAY
) &&
BTA_DISABLE_DELAY
> 0)
473
/* If
BTA_DISABLE_DELAY
is defined and greater than zero, then delay the shutdown by
474
*
BTA_DISABLE_DELAY
milliseconds
476
APPL_TRACE_WARNING2("%s
BTA_DISABLE_DELAY
set to %d ms",
477
__FUNCTION__,
BTA_DISABLE_DELAY
);
480
bta_sys_start_timer(&bta_dm_cb.disable_timer, 0,
BTA_DISABLE_DELAY
);
[
all
...]
Completed in 179 milliseconds