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 56 int btif_config_set_str(const char* section, const char* key, const char* name, const char* value);
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 163 int btif_config_set_str(const char* section, const char* key, const char* name, const char* value) function
626 btif_config_set_str("Local", "Adapter", "Name", vname);
645 btif_config_set_str("Remote", kname, "Name", vname);
735 btif_config_set_str(section, key, "class", "smart phone");
btif_config_util.cpp 218 btif_config_set_str(section_name, key_name, value_name, value_str);
484 btif_config_set_str("Local", "Adapter", "Name", value);
506 btif_config_set_str("Local", "Adapter", "Address", dptr->d_name);
553 btif_config_set_str("Remote", bd_addr, cfg_value_name, line);
btif_storage.c 268 btif_config_set_str("Remote", bdstr,
270 else btif_config_set_str("Local", "Adapter",
276 btif_config_set_str("Remote", bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE, value);
308 btif_config_set_str("Remote", bdstr, BTIF_STORAGE_PATH_REMOTE_SERVICE, value);
    [all...]
btif_core.c 452 btif_config_set_str("Local", "Adapter", "Address", bdstr);
587 btif_config_set_str("Local", "Adapter", "Address", buf);
    [all...]

Completed in 70 milliseconds