Searched defs:btif_config_get (Results 1 - 1 of 1) sorted by relevance
/external/bluetooth/bluedroid/btif/src/ |
H A D | 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 re [all...] |
Completed in 26 milliseconds