Searched defs:auth_req (Results 1 - 1 of 1) sorted by relevance
/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_gatt.cpp | 1094 jint write_type, jint auth_req, 1110 sGattIf->client->write_characteristic(conn_id, handle, write_type, auth_req, 1122 jint auth_req, jbyteArray value) { 1137 sGattIf->client->write_descriptor(conn_id, handle, auth_req, 1637 jbyteArray val, jint auth_req) { 1643 response.attr_value.auth_req = auth_req; 1092 gattClientWriteCharacteristicNative(JNIEnv* env, jobject object, jint conn_id, jint handle, jint write_type, jint auth_req, jbyteArray value) argument 1120 gattClientWriteDescriptorNative(JNIEnv* env, jobject object, jint conn_id, jint handle, jint auth_req, jbyteArray value) argument 1633 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
|
Completed in 18 milliseconds