Searched refs:GetPeerAddress (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_acl_connection.h | 102 virtual AddressWithType GetPeerAddress() const { return peer_address_with_type_; } in GetPeerAddress() function 107 return GetPeerAddress(); in GetPeerOtaAddress()
|
D | le_impl.h | 391 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/ |
D | acl_manager_test.cc | 368 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()
|
D | hci_metrics_logging.cc | 190 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()
|
D | acl_manager_unittest.cc | 386 ASSERT_EQ(command_view.GetPeerAddress(), empty_address_with_type.GetAddress()); in SetUp() 389 ASSERT_EQ(command_view.GetPeerAddress(), remote_public_address); in SetUp()
|
D | hci_packets_test.cc | 316 ASSERT_EQ(Address::kEmpty, view.GetPeerAddress()); in TEST() 339 ASSERT_EQ(Address::kEmpty, view.GetPeerAddress()); in TEST()
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | dual_mode_controller.cc | 1832 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/ |
D | acl.cc | 728 bluetooth::hci::AddressWithType GetPeerAddressWithType() { return connection_->GetPeerAddress(); } in GetPeerAddressWithType()
|