Searched refs:IBluetoothGattCallback (Results 1 – 14 of 14) sorted by relevance
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-unsupported.txt | 4 Landroid/bluetooth/IBluetoothGattCallback$Stub;-><init>()V 5 Landroid/bluetooth/IBluetoothGattCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetoot…
|
D | hiddenapi-max-target-o-low-priority.txt | 352 Landroid/bluetooth/BluetoothGatt;->mBluetoothGattCallback:Landroid/bluetooth/IBluetoothGattCallback; 1444 …att$Stub$Proxy;->registerClient(Landroid/os/ParcelUuid;Landroid/bluetooth/IBluetoothGattCallback;)V 1586 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V 1587 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String; 1588 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder; 1589 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onCharacteristicRead(Ljava/lang/String;II[B)V 1590 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onCharacteristicWrite(Ljava/lang/String;II)V 1591 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onClientConnectionState(IIZLjava/lang/String… 1592 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onClientRegistered(II)V 1593 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onConfigureMTU(Ljava/lang/String;II)V [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattService.java | 40 import android.bluetooth.IBluetoothGattCallback; 152 static class ClientMap extends ContextMap<IBluetoothGattCallback, Void> {} 442 IBluetoothGattCallback callback, in registerClient() 1290 ContextMap<IBluetoothGattCallback, Void>.App app = mClientMap.getByUuid(uuid); in onClientRegistered() 1322 ContextMap<IBluetoothGattCallback, Void>.App app = mClientMap.getById(clientIf); in onConnected() 1343 ContextMap<IBluetoothGattCallback, Void>.App app = mClientMap.getById(clientIf); in onDisconnected() 1384 ContextMap<IBluetoothGattCallback, Void>.App app = mClientMap.getByConnId(connId); in onClientPhyUpdate() 1409 ContextMap<IBluetoothGattCallback, Void>.App app = mClientMap.getByConnId(connId); in onClientPhyRead() 1426 ContextMap<IBluetoothGattCallback, Void>.App app = mClientMap.getByConnId(connId); in onClientConnUpdate() 1442 ContextMap<IBluetoothGattCallback, Void>.App app = mClientMap.getByConnId(connId); in onServiceChanged() [all …]
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceTest.java | 30 import android.bluetooth.IBluetoothGattCallback; 358 IBluetoothGattCallback callback = mock(IBluetoothGattCallback.class); in registerClient() 703 IBluetoothGattCallback callback = mock(IBluetoothGattCallback.class); in restrictedHandles()
|
D | GattServiceBinderTest.java | 28 import android.bluetooth.IBluetoothGattCallback; 106 IBluetoothGattCallback callback = mock(IBluetoothGattCallback.class); in registerClient()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGattCallback.aidl | 25 oneway interface IBluetoothGattCallback { interface
|
D | IBluetoothGatt.aidl | 37 import android.bluetooth.IBluetoothGattCallback; 103 …void registerClient(in ParcelUuid appId, in IBluetoothGattCallback callback, boolean eatt_support,… in registerClient()
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_gatt.rs | 10 GattWriteRequestStatus, GattWriteType, IBluetoothGatt, IBluetoothGattCallback, 36 impl IBluetoothGattCallback for BluetoothGattCallbackDBus { 751 callback: Box<dyn IBluetoothGattCallback + Send>, in register_client()
|
/packages/modules/Bluetooth/android/app/aidl/ |
D | Android.bp | 28 "android/bluetooth/IBluetoothGattCallback.aidl",
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | battery_service.rs | 7 BluetoothGatt, BluetoothGattService, IBluetoothGatt, IBluetoothGattCallback, 413 impl IBluetoothGattCallback for GattCallback {
|
D | bluetooth_gatt.rs | 62 callbacks: Callbacks<dyn IBluetoothGattCallback + Send>, 67 type GattClientCallback = Box<dyn IBluetoothGattCallback + Send>; 501 callback: Box<dyn IBluetoothGattCallback + Send>, in register_client() 934 pub trait IBluetoothGattCallback: RPCProxy { trait 2417 callback: Box<dyn IBluetoothGattCallback + Send>, in register_client() 4225 impl IBluetoothGattCallback for TestBluetoothGattCallback {
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGatt.java | 219 private final IBluetoothGattCallback mBluetoothGattCallback = 220 new IBluetoothGattCallback.Stub() {
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 28 BluetoothGattService, IBluetoothGattCallback, IBluetoothGattServerCallback, IScannerCallback, 706 impl IBluetoothGattCallback for BtGattCallback {
|
D | dbus_iface.rs | 40 GattWriteRequestStatus, GattWriteType, IBluetoothGatt, IBluetoothGattCallback, 1609 callback: Box<dyn IBluetoothGattCallback + Send>, in register_client() 1868 impl IBluetoothGattCallback for IBluetoothGattCallbackDBus {
|