Home
last modified time | relevance | path

Searched refs:IBluetoothLeScannerCallback (Results 1 – 5 of 5) sorted by relevance

/system/bt/service/ipc/binder/
Dbluetooth_le_scanner_binder_server.cc43 const android::sp<IBluetoothLeScannerCallback>& callback, in RegisterScanner()
119 android::sp<IBluetoothLeScannerCallback>
122 return android::sp<IBluetoothLeScannerCallback>( in GetLECallback()
123 static_cast<IBluetoothLeScannerCallback*>(cb.get())); in GetLECallback()
140 android::sp<IBluetoothLeScannerCallback> cb( in OnRegisterInstanceImpl()
141 static_cast<IBluetoothLeScannerCallback*>(callback.get())); in OnRegisterInstanceImpl()
Dbluetooth_le_scanner_binder_server.h34 using android::bluetooth::IBluetoothLeScannerCallback;
54 const android::sp<IBluetoothLeScannerCallback>& callback,
70 android::sp<IBluetoothLeScannerCallback> GetLECallback(int scanner_id);
/system/bt/service/common/android/bluetooth/
DIBluetoothLeScanner.aidl19 import android.bluetooth.IBluetoothLeScannerCallback;
24 boolean RegisterScanner(in IBluetoothLeScannerCallback callback); in RegisterScanner()
DIBluetoothLeScannerCallback.aidl21 oneway interface IBluetoothLeScannerCallback { interface
/system/bt/service/common/
DAndroid.bp71 "android/bluetooth/IBluetoothLeScannerCallback.aidl",