Home
last modified time | relevance | path

Searched refs:GetRemoteDeviceProperties (Results 1 – 6 of 6) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl53 boolean GetRemoteDeviceProperties(String device_address); in GetRemoteDeviceProperties() method
/system/bt/service/test/
Dmock_adapter.h52 MOCK_METHOD1(GetRemoteDeviceProperties,
/system/bt/service/
Dadapter.h178 virtual bool GetRemoteDeviceProperties(const std::string& device_address) = 0;
Dadapter.cc446 bool GetRemoteDeviceProperties(const std::string& device_address) override { in GetRemoteDeviceProperties() function in bluetooth::AdapterImpl
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc158 Status BluetoothBinderServer::GetRemoteDeviceProperties( in GetRemoteDeviceProperties() function in ipc::binder::BluetoothBinderServer
162 adapter_->GetRemoteDeviceProperties(String8(device_address).string()); in GetRemoteDeviceProperties()
Dbluetooth_binder_server.h92 Status GetRemoteDeviceProperties(const ::android::String16& device_address,