Home
last modified time | relevance | path

Searched refs:IBluetoothLowEnergyCallback (Results 1 – 7 of 7) sorted by relevance

/system/bt/service/ipc/binder/
Dbluetooth_low_energy_binder_server.cc43 const android::sp<IBluetoothLowEnergyCallback>& callback, in RegisterClient()
152 android::sp<IBluetoothLowEnergyCallback>
155 return android::sp<IBluetoothLowEnergyCallback>( in GetLECallback()
156 static_cast<IBluetoothLowEnergyCallback*>(cb.get())); in GetLECallback()
173 android::sp<IBluetoothLowEnergyCallback> cb( in OnRegisterInstanceImpl()
174 static_cast<IBluetoothLowEnergyCallback*>(callback.get())); in OnRegisterInstanceImpl()
Dbluetooth_low_energy_binder_server.h34 using android::bluetooth::IBluetoothLowEnergyCallback;
54 const android::sp<IBluetoothLowEnergyCallback>& callback,
74 android::sp<IBluetoothLowEnergyCallback> GetLECallback(int client_id);
/system/bt/service/common/android/bluetooth/
DIBluetoothLowEnergy.aidl19 import android.bluetooth.IBluetoothLowEnergyCallback;
25 boolean RegisterClient(in IBluetoothLowEnergyCallback callback); in RegisterClient()
DIBluetoothLowEnergyCallback.aidl22 oneway interface IBluetoothLowEnergyCallback { interface
/system/bt/service/doc/
DIBluetoothLowEnergy.txt27 boolean registerClient(in IBluetoothLowEnergyCallback callback);
62 * application with the associated IBluetoothLowEnergyCallback event will be
82 * IBluetoothLowEnergyCallback.onMultiAdvertiseCallback. See the headers in
DIBluetoothLowEnergyCallback.txt21 oneway interface IBluetoothLowEnergyCallback {
/system/bt/service/common/
DAndroid.bp51 "android/bluetooth/IBluetoothLowEnergyCallback.aidl",