Home
last modified time | relevance | path

Searched defs:sendATCmdNative (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DNativeInterface.java54 static native boolean sendATCmdNative(byte[] address, int atCmd, int val1, in sendATCmdNative() method in NativeInterface
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp742 static jboolean sendATCmdNative(JNIEnv* env, jobject object, jbyteArray address, in sendATCmdNative() function