OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
262
btif_config_set_int
("Remote", bdstr,
284
btif_config_set_int
("Local", "Adapter",
288
btif_config_set_int
("Local", "Adapter",
292
btif_config_set_int
("Remote", bdstr,
296
btif_config_set_int
("Remote", bdstr,
324
btif_config_set_int
("Remote", bdstr,
326
btif_config_set_int
("Remote", bdstr,
328
btif_config_set_int
("Remote", bdstr,
783
int ret =
btif_config_set_int
("Remote", bdstr, "LinkKeyType", (int)key_type);
784
ret &=
btif_config_set_int
("Remote", bdstr, "PinLength", (int)pin_length)
[
all
...]
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);
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));
Completed in 24 milliseconds