Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java323 private native void gattClientWriteCharacteristicNative( in gattClientWriteCharacteristicNative() method in GattNativeInterface
514 gattClientWriteCharacteristicNative(connId, handle, writeType, authReq, value); in gattClientWriteCharacteristic()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1473 static void gattClientWriteCharacteristicNative(JNIEnv* env, in gattClientWriteCharacteristicNative() function
2816 (void*)gattClientWriteCharacteristicNative}, in register_com_android_bluetooth_gatt_()