Home
last modified time | relevance | path

Searched refs:btif_config_get_int (Results 1 – 5 of 5) sorted by relevance

/system/bt/btif/src/
Dbtif_storage.cc302 ret = btif_config_get_int(bdstr, BTIF_STORAGE_PATH_REMOTE_DEVTIME, in cfg2prop()
335 ret = btif_config_get_int("Adapter", BTIF_STORAGE_KEY_ADAPTER_SCANMODE, in cfg2prop()
341 ret = btif_config_get_int("Adapter", BTIF_STORAGE_KEY_LOCAL_IO_CAPS, in cfg2prop()
346 ret = btif_config_get_int("Adapter", BTIF_STORAGE_KEY_LOCAL_IO_CAPS_BLE, in cfg2prop()
352 ret = btif_config_get_int( in cfg2prop()
357 ret = btif_config_get_int(bdstr, BTIF_STORAGE_PATH_REMOTE_DEVCLASS, in cfg2prop()
362 ret = btif_config_get_int(bdstr, BTIF_STORAGE_PATH_REMOTE_DEVTYPE, in cfg2prop()
385 ret = btif_config_get_int(bdstr, BTIF_STORAGE_PATH_REMOTE_VER_MFCT, in cfg2prop()
389 ret = btif_config_get_int(bdstr, BTIF_STORAGE_PATH_REMOTE_VER_VER, in cfg2prop()
393 ret = btif_config_get_int(bdstr, BTIF_STORAGE_PATH_REMOTE_VER_SUBVER, in cfg2prop()
[all …]
Dbtif_config.cc121 if (!btif_config_get_int(bd_addr_str, "DevType", p_device_type)) return false; in btif_get_device_type()
134 if (!btif_config_get_int(bd_addr_str, "AddrType", p_addr_type)) return false; in btif_get_address_type()
333 bool btif_config_get_int(const std::string& section, const std::string& key, in btif_config_get_int() function
Dbtif_gatt_client.cc584 if (btif_config_get_int(bd_addr.ToString().c_str(), "DevType", &device_type)) in btif_gattc_get_device_type()
Dbtif_dm.cc671 if (!btif_config_get_int(bdstr, "DevType", &device_type)) { in btif_dm_cb_create_bond()
686 if ((btif_config_get_int(bdstr, "DevType", &device_type) && in btif_dm_cb_create_bond()
/system/bt/btif/include/
Dbtif_config.h34 bool btif_config_get_int(const std::string& section, const std::string& key,