OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btif_config_get_str
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/btif/include/
btif_config.h
55
int
btif_config_get_str
(const char* section, const char* key, const char* name, char* value, int* bytes);
/external/bluetooth/bluedroid/btif/src/
btif_storage.c
362
ret =
btif_config_get_str
("Remote", bdstr,
364
else ret =
btif_config_get_str
("Local", "Adapter",
378
ret =
btif_config_get_str
("Remote", bdstr,
413
if(
btif_config_get_str
("Remote", bdstr,
[
all
...]
btif_config.c
163
int
btif_config_get_str
(const char* section, const char* key, const char* name, char* value, int* size)
function
726
if(
btif_config_get_str
("Local", "Adapter", "Name", vname, &vname_size) &&
744
if(
btif_config_get_str
("Remote", kname, "Name", vname, &vname_size) &&
896
ret =
btif_config_get_str
(section, key, "class", class, &size);
897
bdld("
btif_config_get_str
return:%d, Remote devices:%s, class:%s", ret, key, class);
btif_core.c
398
if(
btif_config_get_str
("Local", "Adapter", "Address", val, &val_size))
446
if (
btif_config_get_str
("Local", "Adapter", "Address", val, &val_size))
[
all
...]
Completed in 24 milliseconds