Home
last modified time | relevance | path

Searched refs:GetDestinationAddress (Results 1 – 9 of 9) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/packets/test/
Dlink_layer_packet_builder_test.cc104 ASSERT_EQ(dest_, view.GetDestinationAddress()); in TEST_F()
122 ASSERT_EQ(dest_, view.GetDestinationAddress()); in TEST_F()
144 ASSERT_EQ(dest_, view.GetDestinationAddress()); in TEST_F()
165 ASSERT_EQ(Address::kEmpty, view.GetDestinationAddress()); in TEST_F()
185 ASSERT_EQ(dest_, view.GetDestinationAddress()); in TEST_F()
211 ASSERT_EQ(dest_, view.GetDestinationAddress()); in TEST_F()
237 ASSERT_EQ(dest_, view.GetDestinationAddress()); in TEST_F()
267 ASSERT_EQ(dest_, view.GetDestinationAddress()); in TEST_F()
289 ASSERT_EQ(dest_, view.GetDestinationAddress()); in TEST_F()
309 ASSERT_EQ(dest_, view.GetDestinationAddress()); in TEST_F()
[all …]
/system/bt/vendor_libs/test_vendor_lib/packets/link_layer/
Dlink_layer_packet_view.h40 Address GetDestinationAddress() const;
Dlink_layer_packet_view.cc41 Address LinkLayerPacketView::GetDestinationAddress() const { in GetDestinationAddress() function in test_vendor_lib::packets::LinkLayerPacketView
Dlink_layer_packet_builder.cc147 Address dest = received.GetDestinationAddress(); in ReWrap()
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dsniffer.cc47 Address dest = packet.GetDestinationAddress(); in IncomingPacket()
Dloopback.cc85 …if (packet.GetDestinationAddress() == properties_.GetLeAddress() && packet.GetType() == Link::Pack… in IncomingPacket()
Dbeacon.cc81 …if (packet.GetDestinationAddress() == properties_.GetLeAddress() && packet.GetType() == Link::Pack… in IncomingPacket()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc122 if (incoming.GetDestinationAddress() != properties_.GetAddress() && in IncomingPacket()
123 incoming.GetDestinationAddress() != properties_.GetLeAddress() && in IncomingPacket()
124 incoming.GetDestinationAddress() != Address::kEmpty) { in IncomingPacket()
194 incoming.GetDestinationAddress().ToString().c_str()); in IncomingAclPacket()
234 …incoming.GetDestinationAddress().ToString().c_str(), incoming.GetSourceAddress().ToString().c_str(… in IncomingCommandPacket()
242 incoming.GetDestinationAddress().ToString().c_str(), page_number, in IncomingCommandPacket()
/system/bt/vendor_libs/test_vendor_lib/test/
Dlink_layer_socket_device_test.cc103 ASSERT_EQ(received_view.GetDestinationAddress(), dest_); in ValidatePacket()