Home
last modified time | relevance | path

Searched refs:write_type (Results 1 – 2 of 2) sorted by relevance

/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()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
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