Home
last modified time | relevance | path

Searched defs:AdvertisingSetCallback (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs469 pub(crate) struct AdvertisingSetCallback { struct
477 impl AdvertisingSetCallback { impl
488 impl IAdvertisingSetCallback for AdvertisingSetCallback { implementation
616 impl RPCProxy for AdvertisingSetCallback { implementation
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DAdvertisingSetCallback.java23 public abstract class AdvertisingSetCallback { class