Home
last modified time | relevance | path

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

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