HomeSort by relevance Sort by last modified time
    Searched refs:btif_config_set_str (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluedroid/btif/include/
btif_config.h 59 int btif_config_set_str(const char* section, const char* key, const char* name, const char* value);
  /external/bluetooth/bluedroid/btif/src/
btif_storage.c 244 btif_config_set_str("Remote", bdstr,
246 else btif_config_set_str("Local", "Adapter",
254 btif_config_set_str("Remote", bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE, value);
288 btif_config_set_str("Remote", bdstr, BTIF_STORAGE_PATH_REMOTE_SERVICE, value);
    [all...]
btif_config.c 171 int btif_config_set_str(const char* section, const char* key, const char* name, const char* value) function
784 btif_config_set_str("Local", "Adapter", "Name", vname);
803 btif_config_set_str("Remote", kname, "Name", vname);
927 btif_config_set_str(section, key, "class", "smart phone");
btif_config_util.cpp 253 btif_config_set_str(section_name, key_name, value_name, value_str);
521 btif_config_set_str("Local", "Adapter", "Name", value);
543 btif_config_set_str("Local", "Adapter", "Address", dptr->d_name);
786 btif_config_set_str("Remote", bd_addr, cfg_value_name, line);
    [all...]
btif_core.c 457 btif_config_set_str("Local", "Adapter", "Address", bdstr);
592 btif_config_set_str("Local", "Adapter", "Address", buf);
    [all...]

Completed in 199 milliseconds