Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_pan.cpp181 static jint getPanLocalRoleNative(JNIEnv* env, jobject object) { in getPanLocalRoleNative() function
239 {"getPanLocalRoleNative", "()I", (void*)getPanLocalRoleNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java384 return (getPanLocalRoleNative() & BluetoothPan.LOCAL_NAP_ROLE) != 0; in isPanNapOn()
391 return (getPanLocalRoleNative() & BluetoothPan.LOCAL_PANU_ROLE) != 0; in isPanUOn()
797 private native int getPanLocalRoleNative(); in getPanLocalRoleNative() method in PanService