Searched refs:config_3 (Results 1 – 1 of 1) sorted by relevance
/system/bt/gd/storage/ |
D | config_cache_test.cc | 94 ConfigCache config_3(3, Device::kLinkKeyProperties); in TEST() local 95 config_3.SetProperty("A", "B", "C"); in TEST() 96 config_3.SetProperty("CC:DD:EE:FF:00:10", "Name", "Hello"); in TEST() 97 config_3.SetProperty("CC:DD:EE:FF:00:09", "Name", "Hello 2"); in TEST() 98 config_3.SetProperty("CC:DD:EE:FF:00:11", "LinkKey", "AABBAABBCCDDEE"); in TEST() 99 config_3.SetProperty("CC:DD:EE:FF:00:12", "LinkKey", "AABBAABBCCDDEE"); in TEST() 100 ASSERT_NE(config_1, config_3); in TEST()
|