HomeSort by relevance Sort by last modified time
    Searched refs:getPanLocalRoleNative (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_pan.cpp 179 static jint getPanLocalRoleNative(JNIEnv *env, jobject object) {
243 {"getPanLocalRoleNative", "()I", (void *) getPanLocalRoleNative},
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 227 if(DBG) Log.d(TAG, "isTetheringOn call getPanLocalRoleNative");
285 if(DBG) Log.d(TAG, "isTetheringOn call getPanLocalRoleNative");
286 return (getPanLocalRoleNative() & BluetoothPan.LOCAL_NAP_ROLE) != 0;
289 if(DBG) Log.d(TAG, "isTetheringOn call getPanLocalRoleNative");
290 return (getPanLocalRoleNative() & BluetoothPan.LOCAL_PANU_ROLE) != 0;
608 private native int getPanLocalRoleNative();

Completed in 78 milliseconds