Home
last modified time | relevance | path

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

/system/bt/service/common/android/bluetooth/
DIBluetoothCallback.aidl35 void OnGetRemoteDeviceProperties( in OnGetRemoteDeviceProperties() method
/system/bt/service/
Dadapter.h92 virtual void OnGetRemoteDeviceProperties(Adapter* adapter, int status,
Dadapter.cc184 void Adapter::Observer::OnGetRemoteDeviceProperties( in OnGetRemoteDeviceProperties() function in bluetooth::Adapter::Observer
616 observer.OnGetRemoteDeviceProperties(this, status, device_address, in RemoteDevicePropertiesCallback()
630 observer.OnGetRemoteDeviceProperties(this, status, device_address, props); in RemoteDevicePropertiesCallback()
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc461 void BluetoothBinderServer::OnGetRemoteDeviceProperties( in OnGetRemoteDeviceProperties() function in ipc::binder::BluetoothBinderServer
472 callback->OnGetRemoteDeviceProperties(status, addr_s16, binder_props); in OnGetRemoteDeviceProperties()
Dbluetooth_binder_server.h145 void OnGetRemoteDeviceProperties(
/system/bt/service/client/
Dmain.cc194 Status OnGetRemoteDeviceProperties( in OnGetRemoteDeviceProperties() function in __anond48fd2260111::CLIBluetoothCallback