Searched refs:btif_config_set_int (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/src/ |
D | btif_storage.cc | 203 btif_config_set_int(bdstr, BTIF_STORAGE_PATH_REMOTE_DEVTIME, in prop2cfg() 226 btif_config_set_int("Adapter", BTIF_STORAGE_KEY_ADAPTER_SCANMODE, in prop2cfg() 230 btif_config_set_int("Adapter", BTIF_STORAGE_KEY_LOCAL_IO_CAPS, in prop2cfg() 234 btif_config_set_int("Adapter", BTIF_STORAGE_KEY_LOCAL_IO_CAPS_BLE, in prop2cfg() 238 btif_config_set_int("Adapter", BTIF_STORAGE_KEY_ADAPTER_DISC_TIMEOUT, in prop2cfg() 242 btif_config_set_int(bdstr, BTIF_STORAGE_PATH_REMOTE_DEVCLASS, in prop2cfg() 246 btif_config_set_int(bdstr, BTIF_STORAGE_PATH_REMOTE_DEVTYPE, in prop2cfg() 263 btif_config_set_int(bdstr, BTIF_STORAGE_PATH_REMOTE_VER_MFCT, in prop2cfg() 265 btif_config_set_int(bdstr, BTIF_STORAGE_PATH_REMOTE_VER_VER, in prop2cfg() 267 btif_config_set_int(bdstr, BTIF_STORAGE_PATH_REMOTE_VER_SUBVER, in prop2cfg() [all …]
|
D | btif_config.cc | 345 bool btif_config_set_int(const std::string& section, const std::string& key, in btif_config_set_int() function
|
D | btif_dm.cc | 672 btif_config_set_int(bdstr, "DevType", BT_DEVICE_TYPE_BLE); in btif_dm_cb_create_bond()
|
/system/bt/btif/include/ |
D | btif_config.h | 36 bool btif_config_set_int(const std::string& section, const std::string& key,
|