OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:btif_config_set_int
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/btif/include/
btif_config.h
54
int
btif_config_set_int
(const char* section, const char* key, const char* name, int value);
/external/bluetooth/bluedroid/btif/src/
btif_storage.c
263
btif_config_set_int
("Remote", bdstr,
285
btif_config_set_int
("Local", "Adapter",
289
btif_config_set_int
("Local", "Adapter",
293
btif_config_set_int
("Remote", bdstr,
297
btif_config_set_int
("Remote", bdstr,
325
btif_config_set_int
("Remote", bdstr,
327
btif_config_set_int
("Remote", bdstr,
329
btif_config_set_int
("Remote", bdstr,
784
int ret =
btif_config_set_int
("Remote", bdstr, "LinkKeyType", (int)key_type);
785
ret &=
btif_config_set_int
("Remote", bdstr, "PinLength", (int)pin_length)
[
all
...]
btif_config.c
159
int
btif_config_set_int
(const char* section, const char* key, const char* name, int value)
function
778
btif_config_set_int
("Local", "Adapter", "BluezMigrationDone", 1);
856
btif_config_set_int
("test", "test cfg", "write", 1);
870
btif_config_set_int
(section, key, "count", i);
872
btif_config_set_int
(section, key, "time stamp", time(NULL));
btif_config_util.cpp
224
btif_config_set_int
(section_name, key_name, value_name, v);
568
btif_config_set_int
("Remote", bd_addr, cfg_value_name, v);
658
btif_config_set_int
("Remote", addr, "LinkKeyType", key_type);
659
btif_config_set_int
("Remote", addr, "PinLength", pin_len);
Completed in 2177 milliseconds