Searched refs:OnGetRemoteDeviceProperties (Results 1 – 6 of 6) sorted by relevance
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothCallback.aidl | 35 void OnGetRemoteDeviceProperties( in OnGetRemoteDeviceProperties() method
|
/system/bt/service/ |
D | adapter.h | 92 virtual void OnGetRemoteDeviceProperties(Adapter* adapter, int status,
|
D | adapter.cc | 184 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/ |
D | bluetooth_binder_server.cc | 461 void BluetoothBinderServer::OnGetRemoteDeviceProperties( in OnGetRemoteDeviceProperties() function in ipc::binder::BluetoothBinderServer 472 callback->OnGetRemoteDeviceProperties(status, addr_s16, binder_props); in OnGetRemoteDeviceProperties()
|
D | bluetooth_binder_server.h | 145 void OnGetRemoteDeviceProperties(
|
/system/bt/service/client/ |
D | main.cc | 194 Status OnGetRemoteDeviceProperties( in OnGetRemoteDeviceProperties() function in __anond48fd2260111::CLIBluetoothCallback
|