Searched refs:btif_config_set_int (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/src/ |
D | btif_storage.cc | 194 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 …]
|
D | btif_config.cc | 276 bool btif_config_set_int(const char* section, const char* key, int value) { in btif_config_set_int() function
|
D | btif_dm.cc | 674 btif_config_set_int(bdstr, "DevType", BT_DEVICE_TYPE_BLE); in btif_dm_cb_create_bond()
|
/system/bt/btif/include/ |
D | btif_config.h | 33 bool btif_config_set_int(const char* section, const char* key, int value);
|