http://www.zephyrtech.co.nz/assets/pdfs/bluetooth_hxm_api_guide.pdf @author Brad Zdanivsky
3334353637383940414243
Device device = new HxmDevice(deviceName); return device; } if (type == PrototypeFactory.HRM) { Device device = new HrmDevice(deviceName); return device; } if (type == PrototypeFactory.BIOHARNESS) { Device device = new BioharnessDevice(deviceName);