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 150 return btif_config_get(section, key, name, (char*)value, &size, &type);
161 return btif_config_get(section, key, name, value, size, &type);
179 int btif_config_get(const char* section, const char* key, const char* name, char* value, int* bytes, int* type) function
710 int ret = btif_config_get("Remote Devices", kname, vname, v, &vsize, &vtype);
711 BTIF_TRACE_DEBUG6("btif_config_get return:%d, Remote devices:%s, value name:%s, value:%s, value size:%d, type:0x%x",
760 ret = btif_config_get(section, key, "link keys", link_key, &size, &type);
761 //debug("btif_config_get return:%d, Remote devices:%s, link key:%x, %x",
774 btif_config_get("Remote Devices", "00:22:5F:97:56:04", "Class Delete", class, &size, &type);
780 ret = btif_config_get("Remote Devices", "00:22:5F:97:56:04", "Class Delete", class, &size, &type);
781 // 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 482 if(btif_config_get("Remote", kname, "LinkKey", (char*)link_key, &size, &type))
    [all...]

Completed in 576 milliseconds