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

  /external/bluetooth/bluedroid/btif/include/
btif_config.h 58 int btif_config_get_str(const char* section, const char* key, const char* name, char* value, int* bytes);
  /external/bluetooth/bluedroid/btif/src/
btif_storage.c 337 ret = btif_config_get_str("Remote", bdstr,
339 else ret = btif_config_get_str("Local", "Adapter",
353 ret = btif_config_get_str("Remote", bdstr,
388 if(btif_config_get_str("Remote", bdstr,
    [all...]
btif_config.c 164 int btif_config_get_str(const char* section, const char* key, const char* name, char* value, int* size) function
777 if(btif_config_get_str("Local", "Adapter", "Name", vname, &vname_size) &&
795 if(btif_config_get_str("Remote", kname, "Name", vname, &vname_size) &&
960 ret = btif_config_get_str(section, key, "class", class, &size);
961 bdld("btif_config_get_str return:%d, Remote devices:%s, class:%s", ret, key, class);
btif_core.c 401 if(btif_config_get_str("Local", "Adapter", "Address", val, &val_size))
449 if (btif_config_get_str("Local", "Adapter", "Address", val, &val_size))
    [all...]

Completed in 80 milliseconds