Searched refs:IBluetoothGattServerCallback (Results 1 – 12 of 12) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattService.java | 41 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/ |
D | dis.rs | 9 IBluetoothGatt, IBluetoothGattServerCallback, 162 impl IBluetoothGattServerCallback for DeviceInformationServerCallbacks {
|
D | bluetooth_gatt.rs | 213 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 { interface 2729 callback: Box<dyn IBluetoothGattServerCallback + Send>, in register_server()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 413 …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/ |
D | IBluetoothGattServerCallback.aidl | 24 oneway interface IBluetoothGattServerCallback { interface
|
D | IBluetoothGatt.aidl | 38 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/ |
D | GattServiceBinderTest.java | 29 import android.bluetooth.IBluetoothGattServerCallback; 479 IBluetoothGattServerCallback callback = mock(IBluetoothGattServerCallback.class); in registerServer()
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_gatt.rs | 11 IBluetoothGattServerCallback, IScannerCallback, ScanFilter, ScanFilterCondition, 153 impl IBluetoothGattServerCallback for BluetoothGattServerCallbackDBus { 917 callback: Box<dyn IBluetoothGattServerCallback + Send>, in register_server()
|
/packages/modules/Bluetooth/android/app/aidl/ |
D | Android.bp | 29 "android/bluetooth/IBluetoothGattServerCallback.aidl",
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattServer.java | 70 private final IBluetoothGattServerCallback mBluetoothGattServerCallback = 71 new IBluetoothGattServerCallback.Stub() {
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 28 BluetoothGattService, IBluetoothGattCallback, IBluetoothGattServerCallback, IScannerCallback, 908 impl IBluetoothGattServerCallback for BtGattServerCallback {
|
D | dbus_iface.rs | 41 IBluetoothGattServerCallback, IScannerCallback, ScanFilter, ScanFilterCondition, 1775 callback: Box<dyn IBluetoothGattServerCallback + Send>, in register_server() 1961 impl IBluetoothGattServerCallback for IBluetoothGattCallbackDBus {
|