Home
last modified time | relevance | path

Searched defs:authReq (Results 1 – 25 of 48) sorted by relevance

12

/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java316 private native void gattClientReadCharacteristicNative(int connId, int handle, int authReq); in gattClientReadCharacteristicNative()
319 int connId, long uuidMsb, long uuidLsb, int sHandle, int eHandle, int authReq); in gattClientReadUsingCharacteristicUuidNative()
321 private native void gattClientReadDescriptorNative(int connId, int handle, int authReq); in gattClientReadDescriptorNative()
324 int connId, int handle, int writeType, int authReq, byte[] value); in gattClientWriteCharacteristicNative()
327 int connId, int handle, int authReq, byte[] value); in gattClientWriteDescriptorNative()
383 int authReq); in gattServerSendResponseNative()
503 public void gattClientReadCharacteristic(int connId, int handle, int authReq) { in gattClientReadCharacteristic()
509 int connId, long uuidMsb, long uuidLsb, int sHandle, int eHandle, int authReq) { in gattClientReadUsingCharacteristicUuid()
515 public void gattClientReadDescriptor(int connId, int handle, int authReq) { in gattClientReadDescriptor()
521 int connId, int handle, int writeType, int authReq, byte[] value) { in gattClientWriteCharacteristic()
[all …]
DGattService.java627 int authReq, in readCharacteristic()
643 int authReq, in readUsingCharacteristicUuid()
665 int authReq, in writeCharacteristic()
681 int authReq, in readDescriptor()
695 int authReq, in writeDescriptor()
2439 int authReq, in readCharacteristic()
2480 int authReq, in readUsingCharacteristicUuid()
2529 int authReq, in writeCharacteristic()
2582 int authReq, in readDescriptor()
2621 int authReq, in writeDescriptor()
DGattDebugUtils.java112 int authReq = intent.getIntExtra(EXTRA_AUTH_REQ, 5); in handleDebugAction() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java293 int authReq = 3; in readCharacteristic() local
307 int authReq = 4; in readUsingCharacteristicUuid() local
335 int authReq = 4; in writeCharacteristic() local
351 int authReq = 3; in readDescriptor() local
363 int authReq = 3; in writeDescriptor() local
DGattServiceTest.java394 int authReq = 3; in readCharacteristic() local
410 int authReq = 4; in readUsingCharacteristicUuid() local
433 int authReq = 4; in writeCharacteristic() local
451 int authReq = 3; in readDescriptor() local
DGattDebugUtilsTest.java74 int authReq = 5; in handleDebugAction() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl122 …void readCharacteristic(in int clientIf, in String address, in int handle, in int authReq, in Attr… in readCharacteristic()
125 … in int startHandle, in int endHandle, in int authReq, in AttributionSource attributionSource); in readUsingCharacteristicUuid()
128 … in int writeType, in int authReq, in byte[] value, in AttributionSource attributionSource); in writeCharacteristic()
130 …void readDescriptor(in int clientIf, in String address, in int handle, in int authReq, in Attribut… in readDescriptor()
133in int authReq, in byte[] value, in AttributionSource attributionSource); in writeDescriptor()
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1495 jint conn_id, jint handle, jint authReq) { in gattClientReadCharacteristicNative()
1506 jint e_handle, jint authReq) { in gattClientReadUsingCharacteristicUuidNative()
1516 jint handle, jint authReq) { in gattClientReadDescriptorNative()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common_apex33/javac/
Dframework-bluetooth.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/bluetooth/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common/javac/
Dframework-bluetooth.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/bluetooth/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common/combined/
Dframework-bluetooth.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/bluetooth/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common_apex33/combined/
Dframework-bluetooth.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/bluetooth/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common_apex33/jarjar/
Dframework-bluetooth.jarcom/android/bluetooth/jarjar/com/android/modules/utils/build/UnboundedSdkLevel ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common/jarjar/
Dframework-bluetooth.jarcom/android/bluetooth/jarjar/com/android/modules/utils/build/UnboundedSdkLevel ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common/package-check/
Dframework-bluetooth.jarcom/android/bluetooth/jarjar/com/android/modules/utils/build/UnboundedSdkLevel ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common_apex33/package-check/
Dframework-bluetooth.jarcom/android/bluetooth/jarjar/com/android/modules/utils/build/UnboundedSdkLevel ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/framework-bluetooth.com.android.btservices_intermediates/
Dclasses.jarcom/android/bluetooth/jarjar/com/android/modules/utils/build/UnboundedSdkLevel ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common_apex33/javac/
DBluetooth.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/bluetooth/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common_apex33/combined/
DBluetooth.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx.annotation_annotation- ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common_apex33/jarjar/
DBluetooth.jarorg/jspecify/annotations/Nullable.class Nullable.java package org.jspecify.annotations public ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common_apex33/withres/
DBluetooth.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx.annotation_annotation- ...
/aosp_15_r20/prebuilts/misc/common/robolectric/android-all/
HDandroid-all-10-robolectric-5803371.jarMETA-INF/ META-INF/MANIFEST.MF res/ res/layout-notround- ...
HDandroid-all-11-robolectric-6757853.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/proguard/ META- ...
HDandroid-all-8.0.0_r4-robolectric-0.jarusr/share/zoneinfo/tzlookup.xml usr/share/zoneinfo/tzdata usr/share ...
HDandroid-all-8.1.0-robolectric-4611349.jarMETA-INF/ META-INF/MANIFEST.MF resources.arsc com/ com/android ...

12