Searched refs:IBluetoothGattCallback (Results 1 – 12 of 12) sorted by relevance
/aosp12/system/bt/binder/ |
H A D | Android.bp | 46 "android/bluetooth/IBluetoothGattCallback.aidl", 124 "android/bluetooth/IBluetoothGattCallback.aidl",
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothGattCallback.aidl | 25 oneway interface IBluetoothGattCallback { interface
|
H A D | IBluetoothGatt.aidl | 34 import android.bluetooth.IBluetoothGattCallback; 97 …void registerClient(in ParcelUuid appId, in IBluetoothGattCallback callback, boolean eatt_support,… in registerClient()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-unsupported.txt | 69 Landroid/bluetooth/IBluetoothGattCallback$Stub;-><init>()V 70 Landroid/bluetooth/IBluetoothGattCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetoot…
|
H A D | hiddenapi-max-target-o.txt | 11399 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onClientRegistered(II)V 11410 Landroid/bluetooth/IBluetoothGattCallback$Stub;->DESCRIPTOR:Ljava/lang/String; 11415 Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onConfigureMTU:I 11417 Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onDescriptorRead:I 11419 Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onExecuteWrite:I 11420 Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onNotify:I 11421 Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onPhyRead:I 11422 Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onPhyUpdate:I 11428 Landroid/bluetooth/IBluetoothGattCallback;->onClientRegistered(II)V 11434 Landroid/bluetooth/IBluetoothGattCallback;->onNotify(Ljava/lang/String;I[B)V [all …]
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGatt.java | 161 private final IBluetoothGattCallback mBluetoothGattCallback = 162 new IBluetoothGattCallback.Stub() {
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 34 import android.bluetooth.IBluetoothGattCallback; 200 class ClientMap extends ContextMap<IBluetoothGattCallback, Void> {} 552 public void registerClient(ParcelUuid uuid, IBluetoothGattCallback callback, in registerClient() 2686 void registerClient(UUID uuid, IBluetoothGattCallback callback, boolean eatt_support, in registerClient()
|
/aosp12/system/tools/aidl/ |
H A D | hiddenapi-greylist | 62 "android.bluetooth.IBluetoothGattCallback",
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 1110 android.bluetooth.IBluetoothGattCallback$Stub$Proxy 1111 android.bluetooth.IBluetoothGattCallback$Stub 1112 android.bluetooth.IBluetoothGattCallback
|
H A D | boot-image-profile.txt | 23940 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy; 23941 Landroid/bluetooth/IBluetoothGattCallback$Stub; 23942 Landroid/bluetooth/IBluetoothGattCallback;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 1107 android.bluetooth.IBluetoothGattCallback$Stub$Proxy 1108 android.bluetooth.IBluetoothGattCallback$Stub 1109 android.bluetooth.IBluetoothGattCallback
|
H A D | boot-image-profile.txt | 33573 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy; 33574 Landroid/bluetooth/IBluetoothGattCallback$Stub; 33575 Landroid/bluetooth/IBluetoothGattCallback;
|