Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1501 static void gattServerRegisterAppNative(JNIEnv* env, jobject object, in gattServerRegisterAppNative() function
2210 (void*)gattServerRegisterAppNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2334 gattServerRegisterAppNative(uuid.getLeastSignificantBits(), in registerServer()
2736 private native void gattServerRegisterAppNative(long app_uuid_lsb, in gattServerRegisterAppNative() method in GattService