Home
last modified time | relevance | path

Searched refs:GetSourceAddress (Results 1 – 10 of 10) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc193 LOG_INFO(LOG_TAG, "Acl Packet %s -> %s", incoming.GetSourceAddress().ToString().c_str(), in IncomingAclPacket()
198 uint16_t local_handle = classic_connections_.GetHandle(incoming.GetSourceAddress()); in IncomingAclPacket()
234 …incoming.GetDestinationAddress().ToString().c_str(), incoming.GetSourceAddress().ToString().c_str(… in IncomingCommandPacket()
243 incoming.GetSourceAddress().ToString().c_str()); in IncomingCommandPacket()
273 properties_.GetAddress(), incoming.GetSourceAddress())); in IncomingCommandPacket()
279 Address peer = incoming.GetSourceAddress(); in IncomingDisconnectPacket()
294 Address peer = incoming.GetSourceAddress(); in IncomingEncryptConnection()
308 uint16_t handle = classic_connections_.GetHandle(incoming.GetSourceAddress()); in IncomingEncryptConnectionResponse()
310 …LOG_INFO(LOG_TAG, "%s: Unknown connection @%s", __func__, incoming.GetSourceAddress().ToString().c… in IncomingEncryptConnectionResponse()
341 incoming.GetSourceAddress())); in IncomingInquiryPacket()
[all …]
/system/bt/vendor_libs/test_vendor_lib/packets/test/
Dlink_layer_packet_builder_test.cc103 ASSERT_EQ(source_, view.GetSourceAddress()); in TEST_F()
121 ASSERT_EQ(source_, view.GetSourceAddress()); in TEST_F()
143 ASSERT_EQ(source_, view.GetSourceAddress()); in TEST_F()
164 ASSERT_EQ(source_, view.GetSourceAddress()); in TEST_F()
184 ASSERT_EQ(source_, view.GetSourceAddress()); in TEST_F()
210 ASSERT_EQ(source_, view.GetSourceAddress()); in TEST_F()
236 ASSERT_EQ(source_, view.GetSourceAddress()); in TEST_F()
266 ASSERT_EQ(source_, view.GetSourceAddress()); in TEST_F()
288 ASSERT_EQ(source_, view.GetSourceAddress()); in TEST_F()
308 ASSERT_EQ(source_, view.GetSourceAddress()); in TEST_F()
[all …]
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dremote_loopback_device.cc59 … PageResponseBuilder::Create(true), packet.GetSourceAddress(), packet.GetSourceAddress()), in IncomingPacket()
Dsniffer.cc46 Address source = packet.GetSourceAddress(); in IncomingPacket()
Dloopback.cc91 std::move(scan_response), properties_.GetLeAddress(), packet.GetSourceAddress()); in IncomingPacket()
Dbeacon.cc86 std::move(scan_response), properties_.GetLeAddress(), packet.GetSourceAddress()); in IncomingPacket()
/system/bt/vendor_libs/test_vendor_lib/packets/link_layer/
Dlink_layer_packet_view.h39 Address GetSourceAddress() const;
Dlink_layer_packet_view.cc36 Address LinkLayerPacketView::GetSourceAddress() const { in GetSourceAddress() function in test_vendor_lib::packets::LinkLayerPacketView
Dlink_layer_packet_builder.cc146 Address source = received.GetSourceAddress(); in ReWrap()
/system/bt/vendor_libs/test_vendor_lib/test/
Dlink_layer_socket_device_test.cc102 ASSERT_EQ(received_view.GetSourceAddress(), source_); in ValidatePacket()