Searched defs:auth_req (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattDebugUtils.java | 105 int auth_req = intent.getIntExtra(EXTRA_AUTH_REQ, 5); in handleDebugAction() local
|
D | GattService.java | 2718 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/ |
D | com_android_bluetooth_gatt.cpp | 1119 jint write_type, jint auth_req, in gattClientWriteCharacteristicNative() 1147 jint auth_req, jbyteArray value) { in gattClientWriteDescriptorNative() 1673 jbyteArray val, jint auth_req) { in gattServerSendResponseNative()
|