Searched refs:btif_config_get_int (Results 1 – 5 of 5) sorted by relevance
/system/bt/btif/src/ |
D | btif_storage.cc | 302 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 …]
|
D | btif_config.cc | 121 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
|
D | btif_gatt_client.cc | 584 if (btif_config_get_int(bd_addr.ToString().c_str(), "DevType", &device_type)) in btif_gattc_get_device_type()
|
D | btif_dm.cc | 671 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/ |
D | btif_config.h | 34 bool btif_config_get_int(const std::string& section, const std::string& key,
|