Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfp.cpp773 static jboolean configureWBSNative(JNIEnv *env, jobject object, jbyteArray address, in configureWBSNative() function
813 {"configureWBSNative", "([BI)Z", (void *) configureWBSNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java918 configureWBSNative(getByteAddress(device),WBS_CODEC); in processMessage()
924 configureWBSNative(getByteAddress(device),NBS_CODEC); in processMessage()
3451 private native boolean configureWBSNative(byte[] address,int condec_config); in configureWBSNative() method in HeadsetStateMachine