OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disconnectPanNative
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/jni/
com_android_bluetooth_pan.cpp
210
static jboolean
disconnectPanNative
(JNIEnv *env, jobject object, jbyteArray address) {
239
{"
disconnectPanNative
", "([B)Z", (void *)
disconnectPanNative
},
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java
163
if (!
disconnectPanNative
(Utils.getByteAddress(device)) ) {
431
disconnectPanNative
(Utils.getByteAddress(device));
607
private native boolean
disconnectPanNative
(byte[] btAddress);
Completed in 459 milliseconds