Searched refs:getPanLocalRoleNative (Results 1 – 2 of 2) sorted by relevance
286 return (getPanLocalRoleNative() & BluetoothPan.LOCAL_NAP_ROLE) != 0; in isPanNapOn()290 return (getPanLocalRoleNative() & BluetoothPan.LOCAL_PANU_ROLE) != 0; in isPanUOn()608 private native int getPanLocalRoleNative(); in getPanLocalRoleNative() method in PanService
179 static jint getPanLocalRoleNative(JNIEnv *env, jobject object) { in getPanLocalRoleNative() function243 {"getPanLocalRoleNative", "()I", (void *) getPanLocalRoleNative},