Home
last modified time | relevance | path

Searched refs:GetPeerAddress (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection.h102 virtual AddressWithType GetPeerAddress() const { return peer_address_with_type_; } in GetPeerAddress() function
107 return GetPeerAddress(); in GetPeerOtaAddress()
Dle_impl.h391 address = connection_complete.GetPeerAddress(); in on_le_connection_complete()
405 address = connection_complete.GetPeerAddress(); in on_le_connection_complete()
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc368 ASSERT_EQ(command_view.GetPeerAddress(), empty_address_with_type.GetAddress()); in SetUp()
371 ASSERT_EQ(command_view.GetPeerAddress(), remote); in SetUp()
454 ASSERT_EQ(command_view.GetPeerAddress(), hci::Address::kEmpty); in TEST_F()
456 ASSERT_EQ(command_view.GetPeerAddress(), remote); in TEST_F()
1261 ASSERT_EQ(command_view.GetPeerAddress(), hci::Address::kEmpty); in TEST_F()
1263 ASSERT_EQ(command_view.GetPeerAddress(), remote); in TEST_F()
1296 ASSERT_EQ(command_view.GetPeerAddress(), hci::Address::kEmpty); in TEST_F()
1298 ASSERT_EQ(command_view.GetPeerAddress(), remote); in TEST_F()
Dhci_metrics_logging.cc190 address = le_create_connection_view.GetPeerAddress(); in log_link_layer_connection_command()
201 address = le_extended_create_connection_view.GetPeerAddress(); in log_link_layer_connection_command()
382 address = le_create_connection_view.GetPeerAddress(); in log_link_layer_connection_command_status()
398 address = le_extended_create_connection_view.GetPeerAddress(); in log_link_layer_connection_command_status()
641 address = le_connection_complete_view.GetPeerAddress(); in log_link_layer_connection_event_le_meta()
649 address = le_enhanced_connection_complete_view.GetPeerAddress(); in log_link_layer_connection_event_le_meta()
Dacl_manager_unittest.cc386 ASSERT_EQ(command_view.GetPeerAddress(), empty_address_with_type.GetAddress()); in SetUp()
389 ASSERT_EQ(command_view.GetPeerAddress(), remote_public_address); in SetUp()
Dhci_packets_test.cc316 ASSERT_EQ(Address::kEmpty, view.GetPeerAddress()); in TEST()
339 ASSERT_EQ(Address::kEmpty, view.GetPeerAddress()); in TEST()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1832 command_view.GetPeerAddressType(), command_view.GetPeerAddress(), in LeSetAdvertisingParameters()
1919 DEBUG(id_, " peer_address={}", command_view.GetPeerAddress()); in LeCreateConnection()
1931 command_view.GetPeerAddress(), in LeCreateConnection()
2473 DEBUG(id_, " peer_address={}", command_view.GetPeerAddress()); in LeExtendedCreateConnectionV1()
2493 command_view.GetPeerAddress(), in LeExtendedCreateConnectionV1()
3095 command_view.GetPeerAddressType(), command_view.GetPeerAddress(), in LeSetExtendedAdvertisingParametersV1()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc728 bluetooth::hci::AddressWithType GetPeerAddressWithType() { return connection_->GetPeerAddress(); } in GetPeerAddressWithType()