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.h109 virtual AddressWithType GetPeerAddress() const { in GetPeerAddress() function
116 return GetPeerAddress(); in GetPeerOtaAddress()
Dle_impl.h353 address = connection_complete.GetPeerAddress(); in on_le_connection_complete()
367 address = connection_complete.GetPeerAddress(); in on_le_connection_complete()
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc371 ASSERT_EQ(command_view.GetPeerAddress(), empty_address_with_type.GetAddress()); in SetUp()
374 ASSERT_EQ(command_view.GetPeerAddress(), remote); in SetUp()
462 ASSERT_EQ(command_view.GetPeerAddress(), hci::Address::kEmpty); in TEST_F()
464 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()
1337 ASSERT_EQ(command_view.GetPeerAddress(), hci::Address::kEmpty); in TEST_F()
1339 ASSERT_EQ(command_view.GetPeerAddress(), remote); in TEST_F()
Dhci_metrics_logging.cc195 address = le_create_connection_view.GetPeerAddress(); in log_link_layer_connection_command()
206 address = le_extended_create_connection_view.GetPeerAddress(); in log_link_layer_connection_command()
398 address = le_create_connection_view.GetPeerAddress(); in log_link_layer_connection_command_status()
414 address = le_extended_create_connection_view.GetPeerAddress(); in log_link_layer_connection_command_status()
680 address = le_connection_complete_view.GetPeerAddress(); in log_link_layer_connection_event_le_meta()
688 address = le_enhanced_connection_complete_view.GetPeerAddress(); in log_link_layer_connection_event_le_meta()
Dhci_packets_test.cc300 ASSERT_EQ(Address::kEmpty, view.GetPeerAddress()); in TEST()
323 ASSERT_EQ(Address::kEmpty, view.GetPeerAddress()); in TEST()
Dacl_manager_unittest.cc416 ASSERT_EQ(command_view.GetPeerAddress(), empty_address_with_type.GetAddress()); in SetUp()
419 ASSERT_EQ(command_view.GetPeerAddress(), remote_public_address); in SetUp()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc2001 command_view.GetPeerAddressType(), command_view.GetPeerAddress(), in LeSetAdvertisingParameters()
2097 DEBUG(id_, " peer_address={}", command_view.GetPeerAddress()); in LeCreateConnection()
2110 command_view.GetPeerAddress(), in LeCreateConnection()
2690 DEBUG(id_, " peer_address={}", command_view.GetPeerAddress()); in LeExtendedCreateConnection()
2711 command_view.GetPeerAddress(), in LeExtendedCreateConnection()
3410 command_view.GetPeerAddress(), command_view.GetAdvertisingFilterPolicy(), in LeSetExtendedAdvertisingParameters()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc801 return connection_->GetPeerAddress(); in GetPeerAddressWithType()