OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTIF_CFG_TYPE_INT
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/btif/include/
btif_config.h
44
#define
BTIF_CFG_TYPE_INT
(1 << 1)
/external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp
254
else if(type &
BTIF_CFG_TYPE_INT
)
325
else if(type &
BTIF_CFG_TYPE_INT
)
349
return
BTIF_CFG_TYPE_INT
;
361
case
BTIF_CFG_TYPE_INT
:
787
else if(type ==
BTIF_CFG_TYPE_INT
)
872
BLUEZ_CLASSES, "DevClass",
BTIF_CFG_TYPE_INT
) &&
876
BLUEZ_TYPES, "DevType",
BTIF_CFG_TYPE_INT
) &&
[
all
...]
btif_config.c
157
int type =
BTIF_CFG_TYPE_INT
;
162
return btif_config_set(section, key, name, (char*)&value, sizeof(value),
BTIF_CFG_TYPE_INT
);
Completed in 131 milliseconds