Home
last modified time | relevance | path

Searched refs:smaller_address (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/storage/
Dclassic_device_test.cc89 bluetooth::hci::Address smaller_address = {{0x01, 0x02, 0x03, 0x04, 0x05, 0x06}}; in TEST() local
93 …ClassicDevice device1(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString… in TEST()
99 …ClassicDevice device1(larger_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString(… in TEST()
105 …ClassicDevice device1(smaller_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString(… in TEST()
112 …ClassicDevice device2(larger_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()… in TEST()
117 …ClassicDevice device1(larger_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()… in TEST()
124 …ClassicDevice device2(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString… in TEST()
130 …ClassicDevice device2(larger_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString(… in TEST()
136 …ClassicDevice device2(smaller_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString(… in TEST()
141 …ClassicDevice device1(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString… in TEST()
[all …]
Dle_device_test.cc89 bluetooth::hci::Address smaller_address = {{0x01, 0x02, 0x03, 0x04, 0x05, 0x06}}; in TEST() local
93 … LeDevice device1(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST()
99 LeDevice device1(larger_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST()
105 LeDevice device1(smaller_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST()
112 LeDevice device2(larger_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST()
117 LeDevice device1(larger_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST()
124 … LeDevice device2(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST()
130 LeDevice device2(larger_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST()
136 LeDevice device2(smaller_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST()
141 … LeDevice device1(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST()
[all …]
Ddevice_test.cc261 bluetooth::hci::Address smaller_address = {{0x01, 0x02, 0x03, 0x04, 0x05, 0x06}}; in TEST() local
265 Device device1(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST()
271 Device device1(larger_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST()
277 Device device1(smaller_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST()
284 Device device2(larger_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST()
289 Device device1(larger_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST()
296 Device device2(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST()
302 Device device2(larger_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST()
308 Device device2(smaller_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST()
313 Device device1(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST()
[all …]