Home
last modified time | relevance | path

Searched refs:IAdvertisingSetCallback (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAdvertiseManager.java24 import android.bluetooth.le.IAdvertisingSetCallback;
96 public IAdvertisingSetCallback callback;
101 IAdvertisingSetCallback callback) { in AdvertiserInfo()
108 IBinder toBinder(IAdvertisingSetCallback e) { in toBinder()
113 public IAdvertisingSetCallback callback;
116 AdvertisingSetDeathRecipient(IAdvertisingSetCallback callback, String packageName) { in AdvertisingSetDeathRecipient()
159 IAdvertisingSetCallback callback = entry.getValue().callback; in onAdvertisingSetStarted()
201 IAdvertisingSetCallback callback = entry.getValue().callback; in onAdvertisingEnabled()
221 IAdvertisingSetCallback callback) { in startAdvertisingSet()
311 IAdvertisingSetCallback callback = entry.getValue().callback; in onOwnAddressRead()
[all …]
DGattService.java47 import android.bluetooth.le.IAdvertisingSetCallback;
147 static class AdvertiserMap extends ContextMap<IAdvertisingSetCallback, Void> {}
999 IAdvertisingSetCallback callback, in startAdvertisingSet()
1020 IAdvertisingSetCallback callback, AttributionSource attributionSource) { in stopAdvertisingSet()
1925 IAdvertisingSetCallback callback, in startAdvertisingSet()
1948 void stopAdvertisingSet(IAdvertisingSetCallback callback, AttributionSource attributionSource) { in stopAdvertisingSet()
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DBluetoothLeAdvertiser.java72 private final Map<AdvertisingSetCallback, IAdvertisingSetCallback> mCallbackWrappers =
575 IAdvertisingSetCallback wrapped = wrap(callback, handler);
616 IAdvertisingSetCallback wrapped = mCallbackWrappers.remove(callback);
741 IAdvertisingSetCallback wrap(AdvertisingSetCallback callback, Handler handler) {
742 return new IAdvertisingSetCallback.Stub() {
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DAdvertiseManagerTest.java27 import android.bluetooth.le.IAdvertisingSetCallback;
61 @Mock private IAdvertisingSetCallback mCallback;
DGattServiceBinderTest.java32 import android.bluetooth.le.IAdvertisingSetCallback;
619 IAdvertisingSetCallback callback = mock(IAdvertisingSetCallback.class); in startAdvertisingSet()
649 IAdvertisingSetCallback callback = mock(IAdvertisingSetCallback.class); in stopAdvertisingSet()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/le/
DIAdvertisingSetCallback.aidl22 oneway interface IAdvertisingSetCallback { interface
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl39 import android.bluetooth.le.IAdvertisingSetCallback;
72 … in IAdvertisingSetCallback callback, in AttributionSource attributionSource); in startAdvertisingSet()
74 …void stopAdvertisingSet(in IAdvertisingSetCallback callback, in AttributionSource attributionSourc… in stopAdvertisingSet()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1462 …ngParameters;Landroid/bluetooth/le/AdvertiseData;IILandroid/bluetooth/le/IAdvertisingSetCallback;)V
1465 …oth/IBluetoothGatt$Stub$Proxy;->stopAdvertisingSet(Landroid/bluetooth/le/IAdvertisingSetCallback;)V
1574 …ngParameters;Landroid/bluetooth/le/AdvertiseData;IILandroid/bluetooth/le/IAdvertisingSetCallback;)V
1577 …roid/bluetooth/IBluetoothGatt;->stopAdvertisingSet(Landroid/bluetooth/le/IAdvertisingSetCallback;)V
2444 …tooth/le/AdvertisingSetCallback;Landroid/os/Handler;)Landroid/bluetooth/le/IAdvertisingSetCallback;
2483 Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
2484 Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/Strin…
2485 Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;
2486 Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onAdvertisingDataSet(II)V
2487 Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onAdvertisingEnabled(IZI)V
[all …]
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs91 pub trait IAdvertisingSetCallback: RPCProxy { trait
571 callbacks: Callbacks<dyn IAdvertisingSetCallback + Send>,
681 ) -> Option<&mut Box<dyn IAdvertisingSetCallback + Send>> { in get_callback()
787 fn register_callback(&mut self, callback: Box<dyn IAdvertisingSetCallback + Send>) -> u32; in register_callback()
877 fn register_callback(&mut self, callback: Box<dyn IAdvertisingSetCallback + Send>) -> u32 { in register_callback()
1439 callbacks: Callbacks<dyn IAdvertisingSetCallback + Send>,
1674 fn register_callback(&mut self, callback: Box<dyn IAdvertisingSetCallback + Send>) -> u32 { in register_callback()
Dbluetooth_gatt.rs25 BtifGattAdvCallbacks, IAdvertisingSetCallback, PeriodicAdvertisingParameters,
406 callback: Box<dyn IAdvertisingSetCallback + Send>, in register_advertiser_callback()
2312 callback: Box<dyn IAdvertisingSetCallback + Send>, in register_advertiser_callback()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs5 AdvertiseData, AdvertisingSetParameters, IAdvertisingSetCallback, ManfId,
479 impl IAdvertisingSetCallback for AdvertisingSetCallbackDBus {
650 callback: Box<dyn IAdvertisingSetCallback + Send>, in register_advertiser_callback()
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp63 "android/bluetooth/le/IAdvertisingSetCallback.aidl",
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs26 use btstack::bluetooth_adv::IAdvertisingSetCallback;
543 impl IAdvertisingSetCallback for AdvertisingSetCallback {
Ddbus_iface.rs35 AdvertiseData, AdvertisingSetParameters, IAdvertisingSetCallback, ManfId,
1234 impl IAdvertisingSetCallback for IAdvertisingSetCallbackDBus {
1508 callback: Box<dyn IAdvertisingSetCallback + Send>, in register_advertiser_callback()