Home
last modified time | relevance | path

Searched refs:IBluetoothGattServerCallback (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java41 import android.bluetooth.IBluetoothGattServerCallback;
157 static class ServerMap extends ContextMap<IBluetoothGattServerCallback, Void> {}
857 IBluetoothGattServerCallback callback, in registerServer()
1476 ContextMap<IBluetoothGattServerCallback, Void>.App app = mServerMap.getByConnId(connId); in onServerPhyUpdate()
1494 ContextMap<IBluetoothGattServerCallback, Void>.App app = mServerMap.getByConnId(connId); in onServerPhyRead()
1511 ContextMap<IBluetoothGattServerCallback, Void>.App app = mServerMap.getByConnId(connId); in onServerConnUpdate()
1529 ContextMap<IBluetoothGattServerCallback, Void>.App app = mServerMap.getByConnId(connId); in onServerSubrateChange()
2768 ContextMap<IBluetoothGattServerCallback, Void>.App app = mServerMap.getByUuid(uuid); in onServerRegistered()
2832 ContextMap<IBluetoothGattServerCallback, Void>.App app = mServerMap.getById(serverIf); in onServiceAdded()
2863 ContextMap<IBluetoothGattServerCallback, Void>.App app = mServerMap.getById(serverIf); in onClientConnected()
[all …]
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Ddis.rs9 IBluetoothGatt, IBluetoothGattServerCallback,
162 impl IBluetoothGattServerCallback for DeviceInformationServerCallbacks {
Dbluetooth_gatt.rs213 callbacks: Callbacks<dyn IBluetoothGattServerCallback + Send>,
219 type GattServerCallback = Box<dyn IBluetoothGattServerCallback + Send>;
627 callback: Box<dyn IBluetoothGattServerCallback + Send>, in register_server()
1024 pub trait IBluetoothGattServerCallback: RPCProxy { trait
2729 callback: Box<dyn IBluetoothGattServerCallback + Send>, in register_server()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt413 …BluetoothGattServer;->mBluetoothGattServerCallback:Landroid/bluetooth/IBluetoothGattServerCallback;
1447 …ub$Proxy;->registerServer(Landroid/os/ParcelUuid;Landroid/bluetooth/IBluetoothGattServerCallback;)V
1559 …oothGatt;->registerServer(Landroid/os/ParcelUuid;Landroid/bluetooth/IBluetoothGattServerCallback;)V
1632 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
1633 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/Str…
1634 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;
1635 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onCharacteristicReadRequest(Ljava/lang…
1636 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onCharacteristicWriteRequest(Ljava/lan…
1637 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onConnectionUpdated(Ljava/lang/String;…
1638 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onDescriptorReadRequest(Ljava/lang/Str…
[all …]
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGattServerCallback.aidl24 oneway interface IBluetoothGattServerCallback { interface
DIBluetoothGatt.aidl38 import android.bluetooth.IBluetoothGattServerCallback;
152 …void registerServer(in ParcelUuid appId, in IBluetoothGattServerCallback callback, boolean eatt_su… in registerServer()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java29 import android.bluetooth.IBluetoothGattServerCallback;
479 IBluetoothGattServerCallback callback = mock(IBluetoothGattServerCallback.class); in registerServer()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs11 IBluetoothGattServerCallback, IScannerCallback, ScanFilter, ScanFilterCondition,
153 impl IBluetoothGattServerCallback for BluetoothGattServerCallbackDBus {
917 callback: Box<dyn IBluetoothGattServerCallback + Send>, in register_server()
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp29 "android/bluetooth/IBluetoothGattServerCallback.aidl",
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattServer.java70 private final IBluetoothGattServerCallback mBluetoothGattServerCallback =
71 new IBluetoothGattServerCallback.Stub() {
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs28 BluetoothGattService, IBluetoothGattCallback, IBluetoothGattServerCallback, IScannerCallback,
908 impl IBluetoothGattServerCallback for BtGattServerCallback {
Ddbus_iface.rs41 IBluetoothGattServerCallback, IScannerCallback, ScanFilter, ScanFilterCondition,
1775 callback: Box<dyn IBluetoothGattServerCallback + Send>, in register_server()
1961 impl IBluetoothGattServerCallback for IBluetoothGattCallbackDBus {