var fDesc=new Array(); fDesc[0] = "MecApp is a versatile Windows executable for Bluetooth profile testing. The application, based on Mecel Bluetooth SDK, is widely used amongst leading product developers as testing tool.
MecApp Pro will include all the profiles that have been supported in previous versions of MecApp, i.e. HFP (HF and AG), PBAP (CLT and SRV), FTP (CLT and SRV), OPP, SAP (CLT), SPP, A2DP, AVRCP 1.4 and MAP (CLT and SRV), but also future Mecel Bluetooth SDK upgrades such as BLE – Bluetooth Low Energy, 3.0 HS – Bluetooth High Speed and improved Bluetooth profile test capabilities."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }