Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAdvertiseManager.java234 getOwnAddressNative(advertiserId); in getOwnAddress()
452 private native void getOwnAddressNative(int advertiserId); in getOwnAddressNative() method in AdvertiseManager
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp2077 static void getOwnAddressNative(JNIEnv* env, jobject object, in getOwnAddressNative() function
2301 {"getOwnAddressNative", "(I)V", (void*)getOwnAddressNative},