OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTIF_CFG_TYPE_VOLATILE
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/btif/include/
btif_config.h
43
#define
BTIF_CFG_TYPE_VOLATILE
(1 << 15)
/external/bluetooth/bluedroid/btif/src/
btif_config.c
224
if(ret && !(type &
BTIF_CFG_TYPE_VOLATILE
) && ++cached_change > MAX_CACHED_COUNT)
btif_config_util.cpp
268
if(type &
BTIF_CFG_TYPE_VOLATILE
)
Completed in 27 milliseconds