Home
last modified time | relevance | path

Searched refs:sdpSearchNative (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java83 private native boolean sdpSearchNative(byte[] address, byte[] uuid); in sdpSearchNative() method in SdpManager
467 sdpSearchNative(Utils.getBytesFromAddress(inst.getDevice().getAddress()), in startSearch()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_sdp.cpp106 static jboolean sdpSearchNative(JNIEnv* env, jobject obj, jbyteArray address, in sdpSearchNative() function
518 {"sdpSearchNative", "([B[B)Z", (void*)sdpSearchNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java3898 native boolean sdpSearchNative(byte[] address, byte[] uuid); in sdpSearchNative() method in AdapterService