Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1098 static void gattClientReadUsingCharacteristicUuidNative( in gattClientReadUsingCharacteristicUuidNative() function
2192 (void*)gattClientReadUsingCharacteristicUuidNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1930 gattClientReadUsingCharacteristicUuidNative(connId, uuid.getLeastSignificantBits(), in readUsingCharacteristicUuid()
2712 private native void gattClientReadUsingCharacteristicUuidNative( in gattClientReadUsingCharacteristicUuidNative() method in GattService