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 | 2352 int handle, int write_type, int auth_req, byte[] value); in gattClientWriteCharacteristicNative() 2355 int write_type, int auth_req, byte[] value); in gattClientWriteDescriptorNative() 2414 byte[] val, int auth_req); in gattServerSendResponseNative()
|
| /packages/apps/Bluetooth/jni/ |
| D | com_android_bluetooth_gatt.cpp | 1077 jint conn_id, jint handle, jint write_type, jint auth_req, jbyteArray value) in gattClientWriteCharacteristicNative() 1102 jint conn_id, jint handle, jint write_type, jint auth_req, jbyteArray value) in gattClientWriteDescriptorNative() 1612 jint handle, jint offset, jbyteArray val, jint auth_req) in gattServerSendResponseNative()
|