HomeSort by relevance Sort by last modified time
    Searched defs:protocolMode (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hid.cpp 318 bthh_protocol_mode_t protocolMode;
327 if ( (status = sBluetoothHidInterface->get_protocol((bt_bdaddr_t *) addr, (bthh_protocol_mode_t) protocolMode)) !=
359 static jboolean setProtocolModeNative(JNIEnv *env, jobject object, jbyteArray address, jint protocolMode) {
365 ALOGD("%s: protocolMode = %d", __FUNCTION__, protocolMode);
374 switch(protocolMode){
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 62 milliseconds