OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTIF_CFG_TYPE_STR
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/btif/include/
btif_config.h
43
#define
BTIF_CFG_TYPE_STR
1
/external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp
252
if(type &
BTIF_CFG_TYPE_STR
)
319
if(type &
BTIF_CFG_TYPE_STR
)
353
return
BTIF_CFG_TYPE_STR
;
365
case
BTIF_CFG_TYPE_STR
:
785
if(type ==
BTIF_CFG_TYPE_STR
)
874
BLUEZ_NAMES, "Name",
BTIF_CFG_TYPE_STR
) &&
878
BLUEZ_PROFILES, "Service",
BTIF_CFG_TYPE_STR
))
881
BLUEZ_ALIASES, "Aliase",
BTIF_CFG_TYPE_STR
);
[
all
...]
btif_config.c
166
int type =
BTIF_CFG_TYPE_STR
;
174
return btif_config_set(section, key, name, value, strlen(value) + 1,
BTIF_CFG_TYPE_STR
);
895
int vtype =
BTIF_CFG_TYPE_STR
;
976
type =
BTIF_CFG_TYPE_STR
;
977
btif_config_set("Remote", "00:22:5F:97:56:04", "Class Delete", class, strlen(class) + 1,
BTIF_CFG_TYPE_STR
);
984
type =
BTIF_CFG_TYPE_STR
;
Completed in 56 milliseconds