Home
last modified time | relevance | path

Searched refs:auth_req (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattDebugUtils.java105 int auth_req = intent.getIntExtra(EXTRA_AUTH_REQ, 5); in handleDebugAction() local
110 svc.gattTestCommand( 0xF0, null, null, auth_req, io_cap, init_key, in handleDebugAction()
DGattService.java2343 int handle, int write_type, int auth_req, byte[] value); in gattClientWriteCharacteristicNative() argument
2346 int write_type, int auth_req, byte[] value); in gattClientWriteDescriptorNative() argument
2405 byte[] val, int auth_req); in gattServerSendResponseNative() argument
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1077 jint conn_id, jint handle, jint write_type, jint auth_req, jbyteArray value) in gattClientWriteCharacteristicNative() argument
1090 … sGattIf->client->write_characteristic(conn_id, handle, write_type, len, auth_req, (char*)p_value); in gattClientWriteCharacteristicNative()
1102 jint conn_id, jint handle, jint write_type, jint auth_req, jbyteArray value) in gattClientWriteDescriptorNative() argument
1115 sGattIf->client->write_descriptor(conn_id, handle, write_type, len, auth_req, (char*)p_value); in gattClientWriteDescriptorNative()
1612 jint handle, jint offset, jbyteArray val, jint auth_req) in gattServerSendResponseNative() argument
1619 response.attr_value.auth_req = auth_req; in gattServerSendResponseNative()