Home
last modified time | relevance | path

Searched defs: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
DGattService.java2352 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/
Dcom_android_bluetooth_gatt.cpp1077 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()