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.java80 private native boolean sdpSearchNative(byte[] address, byte[] uuid); in sdpSearchNative() method in SdpManager
431 sdpSearchNative(Utils.getBytesFromAddress(inst.getDevice().getAddress()), in startSearch()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_sdp.cpp101 static jboolean sdpSearchNative(JNIEnv* env, jobject obj, jbyteArray address, in sdpSearchNative() function
502 {"sdpSearchNative", "([B[B)Z", (void*)sdpSearchNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java3124 native boolean sdpSearchNative(byte[] address, byte[] uuid); in sdpSearchNative() method in AdapterService