Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DAdvertiseManager.java229 getOwnAddressNative(advertiserId); in getOwnAddress()
412 private native void getOwnAddressNative(int advertiserId); in getOwnAddressNative() method in AdvertiseManager
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1851 static void getOwnAddressNative(JNIEnv* env, jobject object, in getOwnAddressNative() function
2075 {"getOwnAddressNative", "(I)V", (void*)getOwnAddressNative},