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
261
btif_config_set_int
("Remote", bdstr,
279
btif_config_set_int
("Local", "Adapter",
283
btif_config_set_int
("Local", "Adapter",
287
btif_config_set_int
("Remote", bdstr,
291
btif_config_set_int
("Remote", bdstr,
319
btif_config_set_int
("Remote", bdstr,
321
btif_config_set_int
("Remote", bdstr,
323
btif_config_set_int
("Remote", bdstr,
778
int ret =
btif_config_set_int
("Remote", bdstr, "LinkKeyType", (int)key_type);
779
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
152
int
btif_config_set_int
(const char* section, const char* key, const char* name, int value)
function
671
btif_config_set_int
("Local", "Adapter", "BluezMigrationDone", 1);
737
btif_config_set_int
(section, key, "connect time out", i);
Completed in 86 milliseconds