Searched defs:c_report (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hid.cpp407 const char *c_report = env->GetStringUTFChars(report, NULL); local
409 if ( (status = sBluetoothHidInterface->set_report((bt_bdaddr_t *) addr, (bthh_report_type_t)rType, (char*) c_report)) !=
414 env->ReleaseStringUTFChars(report, c_report);
432 const char *c_report = env->GetStringUTFChars(report, NULL); local
433 if ( (status = sBluetoothHidInterface->send_data((bt_bdaddr_t *) addr, (char*) c_report)) !=
438 env->ReleaseStringUTFChars(report, c_report);

Completed in 72 milliseconds