Home
last modified time | relevance | path

Searched defs:GetAddress (Results 1 – 13 of 13) sorted by relevance

/system/bt/gd/hci/acl_manager/
Dclassic_acl_connection.h35 virtual Address GetAddress() const { in GetAddress() function
/system/bt/gd/storage/
Dclassic_device.cc39 hci::Address ClassicDevice::GetAddress() const { in GetAddress() function in bluetooth::storage::ClassicDevice
Ddevice.cc109 hci::Address Device::GetAddress() const { in GetAddress() function in bluetooth::storage::Device
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dacl_connection.cc30 AddressWithType AclConnection::GetAddress() const { return address_; } in GetAddress() function in test_vendor_lib::AclConnection
Dle_advertiser.cc69 AddressWithType LeAdvertiser::GetAddress() const { return address_; } in GetAddress() function in test_vendor_lib::LeAdvertiser
Dacl_connection_handler.cc156 AddressWithType AclConnectionHandler::GetAddress(uint16_t handle) const { in GetAddress() function in test_vendor_lib::AclConnectionHandler
/system/bt/gd/hci/
Daddress_with_type.h39 inline Address GetAddress() const { in GetAddress() function
/system/bt/profile/avrcp/
Ddevice.h76 const RawAddress& GetAddress() const { return address_; }; in GetAddress() function
/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl39 String GetAddress(); in GetAddress() method
/system/bt/service/test/
Dadapter_unittest.cc226 TEST_F(AdapterTest, GetAddress) { in TEST_F() argument
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Ddevice_properties.h134 const Address& GetAddress() const { in GetAddress() function
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc86 Status BluetoothBinderServer::GetAddress(::android::String16* _aidl_return) { in GetAddress() function in ipc::binder::BluetoothBinderServer
/system/bt/service/
Dadapter.cc310 std::string GetAddress() const override { return address_.Get(); } in GetAddress() function in bluetooth::AdapterImpl