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 55 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 357 ret = btif_config_get_str("Remote", bdstr,
359 else ret = btif_config_get_str("Local", "Adapter",
373 ret = btif_config_get_str("Remote", bdstr,
408 if(btif_config_get_str("Remote", bdstr,
    [all...]
btif_config.c 156 int btif_config_get_str(const char* section, const char* key, const char* name, char* value, int* size) function
619 if(btif_config_get_str("Local", "Adapter", "Name", vname, &vname_size) &&
637 if(btif_config_get_str("Remote", kname, "Name", vname, &vname_size) &&
755 ret = btif_config_get_str(section, key, "class", class, &size);
756 BTIF_TRACE_DEBUG3("btif_config_get_str return:%d, Remote devices:%s, class:%s", ret, key, class);
btif_core.c 396 if(btif_config_get_str("Local", "Adapter", "Address", val, &val_size))
444 if (btif_config_get_str("Local", "Adapter", "Address", val, &val_size))
    [all...]

Completed in 50 milliseconds