Searched refs:btif_config_get (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/btif/src/ |
D | btif_config.c | 150 return btif_config_get(section, key, name, (char*)value, &size, &type); in btif_config_get_int() 161 return btif_config_get(section, key, name, value, size, &type); in btif_config_get_str() 179 int btif_config_get(const char* section, const char* key, const char* name, char* value, int* bytes… in btif_config_get() function 710 int ret = btif_config_get("Remote Devices", kname, vname, v, &vsize, &vtype); in cfg_test_load() 760 ret = btif_config_get(section, key, "link keys", link_key, &size, &type); in cfg_test_read() 774 btif_config_get("Remote Devices", "00:22:5F:97:56:04", "Class Delete", class, &size, &type); in cfg_test_read() 780 … ret = btif_config_get("Remote Devices", "00:22:5F:97:56:04", "Class Delete", class, &size, &type); in cfg_test_read()
|
D | btif_storage.c | 422 if(btif_config_get("Remote", kname, "LinkKey", (char*)link_key, &size, &type)) in btif_in_fetch_bonded_devices() 935 btif_config_get("Remote", kname, "HidDescriptor", NULL, &len, &type); in btif_storage_load_bonded_hid_info() 940 …btif_config_get("Remote", kname, "HidDescriptor", (char*)dscp_info.descriptor.dsc_list, &len, &typ… in btif_storage_load_bonded_hid_info() 1013 if (!btif_config_get("Local", BTIF_STORAGE_HL_APP, BTIF_STORAGE_HL_APP_CB, in btif_storage_read_hl_apps_cb() 1068 if (!btif_config_get("Local", BTIF_STORAGE_HL_APP, fname, value, &read_size, &read_type)) in btif_storage_read_hl_data()
|
/external/bluetooth/bluedroid/btif/include/ |
D | btif_config.h | 58 int btif_config_get(const char* section, const char* key, const char* name, char* value, int* bytes…
|