Searched refs:btif_config_set_str (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluedroid/btif/include/ |
D | btif_config.h | 56 int btif_config_set_str(const char* section, const char* key, const char* name, const char* value);
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_storage.c | 244 btif_config_set_str("Remote", bdstr, in prop2cfg() 246 else btif_config_set_str("Local", "Adapter", in prop2cfg() 254 btif_config_set_str("Remote", bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE, value); in prop2cfg() 288 btif_config_set_str("Remote", bdstr, BTIF_STORAGE_PATH_REMOTE_SERVICE, value); in prop2cfg() 1619 btif_config_set_str("Local", BTIF_STORAGE_PATH_AUTOPAIR_BLACKLIST, key_names[i], value); in btif_storage_load_autopair_device_list() 1727 ret = btif_config_set_str("Local", BTIF_STORAGE_PATH_AUTOPAIR_BLACKLIST, in btif_storage_add_device_to_autopair_blacklist()
|
D | btif_config_util.cpp | 253 btif_config_set_str(section_name, key_name, value_name, value_str); in parse_sections() 521 btif_config_set_str("Local", "Adapter", "Name", value); in load_bluez_cfg_value() 543 btif_config_set_str("Local", "Adapter", "Address", dptr->d_name); in load_bluez_adapter_info() 786 btif_config_set_str("Remote", bd_addr, cfg_value_name, line); in load_bluez_dev_value()
|
D | btif_config.c | 169 int btif_config_set_str(const char* section, const char* key, const char* name, const char* value) in btif_config_set_str() function 742 btif_config_set_str("Local", "Adapter", "Name", vname); in clean_newline_char() 761 btif_config_set_str("Remote", kname, "Name", vname); in clean_newline_char() 885 btif_config_set_str(section, key, "class", "smart phone"); in cfg_test_write()
|
D | btif_core.c | 457 btif_config_set_str("Local", "Adapter", "Address", bdstr); in btif_fetch_local_bdaddr() 592 btif_config_set_str("Local", "Adapter", "Address", buf); in btif_enable_bluetooth_evt()
|