OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:btif_config_set_str
(Results
1 - 4
of
4
) sorted by null
/system/bt/btif/include/
btif_config.h
44
bool
btif_config_set_str
(const std::string& section, const std::string& key,
/system/bt/btif/src/
btif_storage.cc
211
btif_config_set_str
(bdstr, BTIF_STORAGE_PATH_REMOTE_NAME, value);
213
btif_config_set_str
("Adapter", BTIF_STORAGE_KEY_ADAPTER_NAME, value);
219
btif_config_set_str
(bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE, value);
243
btif_config_set_str
(bdstr, BTIF_STORAGE_PATH_REMOTE_SERVICE, val);
[
all
...]
btif_config.cc
310
bool
btif_config_set_str
(const std::string& section, const std::string& key,
function
btif_core.cc
421
btif_config_set_str
("Adapter", "Address", bdstr.c_str());
[
all
...]
Completed in 104 milliseconds