Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_storage.cc194 btif_config_set_int(bdstr, BTIF_STORAGE_PATH_REMOTE_DEVTIME, in prop2cfg()
211 btif_config_set_int("Adapter", BTIF_STORAGE_KEY_ADAPTER_SCANMODE, in prop2cfg()
215 btif_config_set_int("Adapter", BTIF_STORAGE_KEY_ADAPTER_DISC_TIMEOUT, in prop2cfg()
219 btif_config_set_int(bdstr, BTIF_STORAGE_PATH_REMOTE_DEVCLASS, in prop2cfg()
223 btif_config_set_int(bdstr, BTIF_STORAGE_PATH_REMOTE_DEVTYPE, in prop2cfg()
246 btif_config_set_int(bdstr, BTIF_STORAGE_PATH_REMOTE_VER_MFCT, in prop2cfg()
248 btif_config_set_int(bdstr, BTIF_STORAGE_PATH_REMOTE_VER_VER, in prop2cfg()
250 btif_config_set_int(bdstr, BTIF_STORAGE_PATH_REMOTE_VER_SUBVER, in prop2cfg()
734 int ret = btif_config_set_int(bdstr, "LinkKeyType", (int)key_type); in btif_storage_add_bonded_device()
735 ret &= btif_config_set_int(bdstr, "PinLength", (int)pin_length); in btif_storage_add_bonded_device()
[all …]
Dbtif_config.cc276 bool btif_config_set_int(const char* section, const char* key, int value) { in btif_config_set_int() function
Dbtif_dm.cc674 btif_config_set_int(bdstr, "DevType", BT_DEVICE_TYPE_BLE); in btif_dm_cb_create_bond()
/system/bt/btif/include/
Dbtif_config.h33 bool btif_config_set_int(const char* section, const char* key, int value);