Home
last modified time | relevance | path

Searched refs:btif_config_set_int (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_storage.c262 btif_config_set_int("Remote", bdstr, in prop2cfg()
284 btif_config_set_int("Local", "Adapter", in prop2cfg()
288 btif_config_set_int("Local", "Adapter", in prop2cfg()
292 btif_config_set_int("Remote", bdstr, in prop2cfg()
296 btif_config_set_int("Remote", bdstr, in prop2cfg()
324 btif_config_set_int("Remote", bdstr, in prop2cfg()
326 btif_config_set_int("Remote", bdstr, in prop2cfg()
328 btif_config_set_int("Remote", bdstr, in prop2cfg()
783 int ret = btif_config_set_int("Remote", bdstr, "LinkKeyType", (int)key_type); in btif_storage_add_bonded_device()
784 ret &= btif_config_set_int("Remote", bdstr, "PinLength", (int)pin_length); in btif_storage_add_bonded_device()
[all …]
Dbtif_config_util.cpp224 btif_config_set_int(section_name, key_name, value_name, v); in parse_sections()
568 btif_config_set_int("Remote", bd_addr, cfg_value_name, v); in load_bluez_dev_value()
658 btif_config_set_int("Remote", addr, "LinkKeyType", key_type); in load_bluez_linkkeys()
659 btif_config_set_int("Remote", addr, "PinLength", pin_len); in load_bluez_linkkeys()
Dbtif_config.c159 int btif_config_set_int(const char* section, const char* key, const char* name, int value) in btif_config_set_int() function
778 btif_config_set_int("Local", "Adapter", "BluezMigrationDone", 1); in load_cfg()
856 btif_config_set_int("test", "test cfg", "write", 1); in cfg_test_write()
870 btif_config_set_int(section, key, "count", i); in cfg_test_write()
872 btif_config_set_int(section, key, "time stamp", time(NULL)); in cfg_test_write()
/external/bluetooth/bluedroid/btif/include/
Dbtif_config.h54 int btif_config_set_int(const char* section, const char* key, const char* name, int value);