Searched refs:c_report (Results 1 – 1 of 1) sorted by relevance
462 const char *c_report = env->GetStringUTFChars(report, NULL); in setReportNative() local464 …oothHidInterface->set_report((bt_bdaddr_t *) addr, (bthh_report_type_t)rType, (char*) c_report)) != in setReportNative()469 env->ReleaseStringUTFChars(report, c_report); in setReportNative()487 const char *c_report = env->GetStringUTFChars(report, NULL); in sendDataNative() local488 if ( (status = sBluetoothHidInterface->send_data((bt_bdaddr_t *) addr, (char*) c_report)) != in sendDataNative()493 env->ReleaseStringUTFChars(report, c_report); in sendDataNative()