Home
last modified time | relevance | path

Searched defs:auth_req (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattDebugUtils.java105 int auth_req = intent.getIntExtra(EXTRA_AUTH_REQ, 5); in handleDebugAction() local
DGattService.java2718 int handle, int write_type, int auth_req, byte[] value); in gattClientWriteCharacteristicNative()
2721 int auth_req, byte[] value); in gattClientWriteDescriptorNative()
2768 byte[] val, int auth_req); in gattServerSendResponseNative()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1119 jint write_type, jint auth_req, in gattClientWriteCharacteristicNative()
1147 jint auth_req, jbyteArray value) { in gattClientWriteDescriptorNative()
1673 jbyteArray val, jint auth_req) { in gattServerSendResponseNative()