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
41
#define
BTIF_CFG_TYPE_INT
(1 << 1)
/external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp
219
else if(type &
BTIF_CFG_TYPE_INT
)
290
else if(type &
BTIF_CFG_TYPE_INT
)
314
return
BTIF_CFG_TYPE_INT
;
326
case
BTIF_CFG_TYPE_INT
:
554
else if(type ==
BTIF_CFG_TYPE_INT
)
637
BLUEZ_CLASSES, "DevClass",
BTIF_CFG_TYPE_INT
) &&
641
BLUEZ_TYPES, "DevType",
BTIF_CFG_TYPE_INT
) &&
btif_config.c
149
int type =
BTIF_CFG_TYPE_INT
;
154
return btif_config_set(section, key, name, (char*)&value, sizeof(value),
BTIF_CFG_TYPE_INT
);
Completed in 922 milliseconds