Searched refs:GetPeerAddress (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_acl_connection.h | 109 virtual AddressWithType GetPeerAddress() const { in GetPeerAddress() function 116 return GetPeerAddress(); in GetPeerOtaAddress()
|
D | le_impl.h | 353 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/ |
D | acl_manager_test.cc | 371 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()
|
D | hci_metrics_logging.cc | 195 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()
|
D | hci_packets_test.cc | 300 ASSERT_EQ(Address::kEmpty, view.GetPeerAddress()); in TEST() 323 ASSERT_EQ(Address::kEmpty, view.GetPeerAddress()); in TEST()
|
D | acl_manager_unittest.cc | 416 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/ |
D | dual_mode_controller.cc | 2001 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/ |
D | acl.cc | 801 return connection_->GetPeerAddress(); in GetPeerAddressWithType()
|