Home
last modified time | relevance | path

Searched refs:btif_config_get (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/btif/co/
Dbta_hh_co.c483 btif_config_get("Remote", bdstr, "HidReport", NULL, (int*)&len, (int*)&type); in bta_hh_le_co_rpt_info()
486 btif_config_get("Remote", bdstr, "HidReport", (char*)sReportCache, (int*)&len, (int*)&type); in bta_hh_le_co_rpt_info()
529 btif_config_get("Remote", bdstr, "HidReport", NULL, (int*)&len, (int*)&type); in bta_hh_le_co_cache_load()
535 btif_config_get("Remote", bdstr, "HidReport", (char*)sReportCache, (int*)&len, (int*)&type); in bta_hh_le_co_cache_load()
/external/bluetooth/bluedroid/btif/src/
Dbtif_config.c158 return btif_config_get(section, key, name, (char*)value, &size, &type); in btif_config_get_int()
169 return btif_config_get(section, key, name, value, size, &type); in btif_config_get_str()
187 int btif_config_get(const char* section, const char* key, const char* name, char* value, int* bytes… in btif_config_get() function
897 int ret = btif_config_get("Remote Devices", kname, vname, v, &vsize, &vtype); in cfg_test_load()
965 ret = btif_config_get(section, key, "link keys", link_key, &size, &type); in cfg_test_read()
979 btif_config_get("Remote", "00:22:5F:97:56:04", "Class Delete", class, &size, &type); in cfg_test_read()
985 ret = btif_config_get("Remote", "00:22:5F:97:56:04", "Class Delete", class, &size, &type); in cfg_test_read()
Dbtif_storage.c448 if(btif_config_get("Remote", bdstr, "LinkKey", (char*)link_key, &size, &type)) in btif_in_fetch_bonded_device()
508 if(btif_config_get("Remote", kname, "LinkKey", (char*)link_key, &size, &type)) in btif_in_fetch_bonded_devices()
1035 int ret = btif_config_get("Remote", bdstr, name, key_value, &key_length, &type); in btif_storage_get_ble_bonding_key()
1140 int ret = btif_config_get("Local", "Adapter", name, key_value, &key_length, &type); in btif_storage_get_ble_local_key()
1474 btif_config_get("Remote", kname, "HidDescriptor", NULL, &len, &type); in btif_storage_load_bonded_hid_info()
1479btif_config_get("Remote", kname, "HidDescriptor", (char*)dscp_info.descriptor.dsc_list, &len, &typ… in btif_storage_load_bonded_hid_info()
1564 if (!btif_config_get("Local", BTIF_STORAGE_HL_APP, BTIF_STORAGE_HL_APP_CB, in btif_storage_read_hl_apps_cb()
/external/bluetooth/bluedroid/btif/include/
Dbtif_config.h61 int btif_config_get(const char* section, const char* key, const char* name, char* value, int* bytes…