Home
last modified time | relevance | path

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

/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetoothCallback.aidl35 void OnGetRemoteDeviceProperties( in OnGetRemoteDeviceProperties() method
/aosp12/system/bt/service/
H A 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()
H A Dadapter.h92 virtual void OnGetRemoteDeviceProperties(Adapter* adapter, int status,
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cc461 void BluetoothBinderServer::OnGetRemoteDeviceProperties( in OnGetRemoteDeviceProperties() function in ipc::binder::BluetoothBinderServer
472 callback->OnGetRemoteDeviceProperties(status, addr_s16, binder_props); in OnGetRemoteDeviceProperties()
H A Dbluetooth_binder_server.h145 void OnGetRemoteDeviceProperties(
/aosp12/system/bt/service/client/
H A Dmain.cc194 Status OnGetRemoteDeviceProperties( in OnGetRemoteDeviceProperties() function in __anonef8a132b0110::CLIBluetoothCallback