Searched refs:auth_req (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_gatt.cpp | 1094 jint write_type, jint auth_req, in gattClientWriteCharacteristicNative() argument 1110 sGattIf->client->write_characteristic(conn_id, handle, write_type, auth_req, in gattClientWriteCharacteristicNative() 1122 jint auth_req, jbyteArray value) { in gattClientWriteDescriptorNative() argument 1137 sGattIf->client->write_descriptor(conn_id, handle, auth_req, in gattClientWriteDescriptorNative() 1637 jbyteArray val, jint auth_req) { in gattServerSendResponseNative() argument 1643 response.attr_value.auth_req = auth_req; in gattServerSendResponseNative()
|