Home
last modified time | relevance | path

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

/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_le_advertiser_binder_server.cc43 const android::sp<IBluetoothLeAdvertiserCallback>& callback, in RegisterAdvertiser()
158 android::sp<IBluetoothLeAdvertiserCallback>
161 return android::sp<IBluetoothLeAdvertiserCallback>( in GetLECallback()
162 static_cast<IBluetoothLeAdvertiserCallback*>(cb.get())); in GetLECallback()
176 android::sp<IBluetoothLeAdvertiserCallback> cb( in OnRegisterInstanceImpl()
177 static_cast<IBluetoothLeAdvertiserCallback*>(callback.get())); in OnRegisterInstanceImpl()
H A Dbluetooth_le_advertiser_binder_server.h34 using android::bluetooth::IBluetoothLeAdvertiserCallback;
52 const android::sp<IBluetoothLeAdvertiserCallback>& callback,
67 android::sp<IBluetoothLeAdvertiserCallback> GetLECallback(int advertiser_id);
/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetoothLeAdvertiser.aidl19 import android.bluetooth.IBluetoothLeAdvertiserCallback;
25 boolean RegisterAdvertiser(in IBluetoothLeAdvertiserCallback callback); in RegisterAdvertiser()
H A DIBluetoothLeAdvertiserCallback.aidl21 oneway interface IBluetoothLeAdvertiserCallback { interface
/aosp12/system/bt/service/common/
H A DAndroid.bp69 "android/bluetooth/IBluetoothLeAdvertiserCallback.aidl",