Searched defs:auth_req (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1077 jint conn_id, jint handle, jint write_type, jint auth_req, jbyteArray value)
1090 sGattIf->client->write_characteristic(conn_id, handle, write_type, len, auth_req, (char*)p_value);
1102 jint conn_id, jint handle, jint write_type, jint auth_req, jbyteArray value)
1115 sGattIf->client->write_descriptor(conn_id, handle, write_type, len, auth_req, (char*)p_value);
1612 jint handle, jint offset, jbyteArray val, jint auth_req)
1619 response.attr_value.auth_req = auth_req;
1076 gattClientWriteCharacteristicNative(JNIEnv* env, jobject object, jint conn_id, jint handle, jint write_type, jint auth_req, jbyteArray value) argument
1101 gattClientWriteDescriptorNative(JNIEnv* env, jobject object, jint conn_id, jint handle, jint write_type, jint auth_req, jbyteArray value) argument
1610 gattServerSendResponseNative(JNIEnv *env, jobject object, jint server_if, jint conn_id, jint trans_id, jint status, jint handle, jint offset, jbyteArray val, jint auth_req) argument
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java2361 int handle, int write_type, int auth_req, byte[] value);
2364 int write_type, int auth_req, byte[] value);
2423 byte[] val, int auth_req);
2360 gattClientWriteCharacteristicNative(int conn_id, int handle, int write_type, int auth_req, byte[] value) argument
2363 gattClientWriteDescriptorNative(int conn_id, int handle, int write_type, int auth_req, byte[] value) argument
2421 gattServerSendResponseNative(int server_if, int conn_id, int trans_id, int status, int handle, int offset, byte[] val, int auth_req) argument

Completed in 51 milliseconds