Home
last modified time | relevance | path

Searched refs:IBluetoothConnectionCallback (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothConnectionCallback.aidl24 oneway interface IBluetoothConnectionCallback { interface
DIBluetooth.aidl25 import android.bluetooth.IBluetoothConnectionCallback;
249 …oneway void registerBluetoothConnectionCallback(in IBluetoothConnectionCallback callback, in Attri… in registerBluetoothConnectionCallback()
251 …oneway void unregisterBluetoothConnectionCallback(in IBluetoothConnectionCallback callback, in Att… in unregisterBluetoothConnectionCallback()
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp23 "android/bluetooth/IBluetoothConnectionCallback.aidl",
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs21 IBluetoothConnectionCallback, IBluetoothQALegacy,
186 impl IBluetoothConnectionCallback for BluetoothConnectionCallbackDBus {
494 callback: Box<dyn IBluetoothConnectionCallback + Send>, in register_connection_callback()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java34 import android.bluetooth.IBluetoothConnectionCallback;
1252 Set<IBluetoothConnectionCallback> bluetoothConnectionCallbacks = in aclStateChangeCallback()
1254 for (IBluetoothConnectionCallback callback : bluetoothConnectionCallbacks) { in aclStateChangeCallback()
DAdapterService.java70 import android.bluetooth.IBluetoothConnectionCallback;
276 private Set<IBluetoothConnectionCallback> mBluetoothConnectionCallbacks = new HashSet<>();
3510 IBluetoothConnectionCallback callback, AttributionSource source) { in registerBluetoothConnectionCallback()
3524 IBluetoothConnectionCallback callback, AttributionSource source) { in unregisterBluetoothConnectionCallback()
5589 public Set<IBluetoothConnectionCallback> getBluetoothConnectionCallbacks() { in getBluetoothConnectionCallbacks()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs92 callback: Box<dyn IBluetoothConnectionCallback + Send>, in register_connection_callback()
576 pub trait IBluetoothConnectionCallback: RPCProxy { trait
597 connection_callbacks: Callbacks<dyn IBluetoothConnectionCallback + Send>,
2169 callback: Box<dyn IBluetoothConnectionCallback + Send>, in register_connection_callback()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs23 BluetoothDevice, IBluetooth, IBluetoothCallback, IBluetoothConnectionCallback,
369 impl IBluetoothConnectionCallback for BtConnectionCallback {
Ddbus_iface.rs30 BluetoothDevice, BtAdapterRole, IBluetooth, IBluetoothCallback, IBluetoothConnectionCallback,
671 impl IBluetoothConnectionCallback for IBluetoothConnectionCallbackDBus {
760 callback: Box<dyn IBluetoothConnectionCallback + Send>, in register_connection_callback()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java4621 private final IBluetoothConnectionCallback mBluetoothConnectionCallback =
4622 new IBluetoothConnectionCallback.Stub() {