Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1280 static void gattClientReadUsingCharacteristicUuidNative( in gattClientReadUsingCharacteristicUuidNative() function
2390 (void*)gattClientReadUsingCharacteristicUuidNative},
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java2922 gattClientReadUsingCharacteristicUuidNative(connId, uuid.getLeastSignificantBits(), in readUsingCharacteristicUuid()
3997 private native void gattClientReadUsingCharacteristicUuidNative(int connId, long uuidMsb, in gattClientReadUsingCharacteristicUuidNative() method in GattService