Searched refs:getPanLocalRoleNative (Results 1 – 2 of 2) sorted by relevance
181 static jint getPanLocalRoleNative(JNIEnv* env, jobject object) { in getPanLocalRoleNative() function239 {"getPanLocalRoleNative", "()I", (void*)getPanLocalRoleNative},
384 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