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

  /external/bluetooth/bluedroid/btif/include/
btif_config.h 58 int btif_config_get(const char* section, const char* key, const char* name, char* value, int* bytes, int* type);
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 157 return btif_config_get(section, key, name, (char*)value, &size, &type);
168 return btif_config_get(section, key, name, value, size, &type);
186 int btif_config_get(const char* section, const char* key, const char* name, char* value, int* bytes, int* type) function
833 int ret = btif_config_get("Remote Devices", kname, vname, v, &vsize, &vtype);
834 bdld("btif_config_get return:%d, Remote devices:%s, value name:%s, value:%s, value size:%d, type:0x%x",
901 ret = btif_config_get(section, key, "link keys", link_key, &size, &type);
902 //debug("btif_config_get return:%d, Remote devices:%s, link key:%x, %x",
915 btif_config_get("Remote", "00:22:5F:97:56:04", "Class Delete", class, &size, &type);
921 ret = btif_config_get("Remote", "00:22:5F:97:56:04", "Class Delete", class, &size, &type);
922 // debug("after removed, btif_config_get ret:%d, Remote devices, 00:22:5F:97:56:04 Class Delete:%s", ret, class)
    [all...]
btif_storage.c 487 if(btif_config_get("Remote", kname, "LinkKey", (char*)link_key, &size, &type))
    [all...]

Completed in 26 milliseconds