<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Oct 12, 2018, at 9:49 AM, Robert Helling <<a href="mailto:helling@lmu.de" class="">helling@lmu.de</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">I am currently working on a patch that in the dive computer download dialogue sets vendor and product based on the bluetooth name</div><div class="">
<pre style="margin-top: 0px; margin-bottom: 0px;" class=""><!--StartFragment--><span style=" color:#800000;" class="">btDeviceSelectionDialog</span>-><span style=" color:#00677c;" class="">getSelectedDeviceName</span>()<!--EndFragment--></pre><div class="">when it is available.</div><div class=""><br class=""></div><div class="">For this it would be great to know how the supported dive computers identify. What are the possible strings (shown before the bluetooth address in the download dialogue)? Those of you with BT devices, how do your computers identify?</div></div></div></div></blockquote><br class=""></div><div>So we have that already. What am I missing? <a href="https://github.com/Subsurface-divelog/subsurface/blob/master/core/btdiscovery.cpp#L20" class="">https://github.com/Subsurface-divelog/subsurface/blob/master/core/btdiscovery.cpp#L20</a></div><div><br class=""></div><div>Oh, I need to add one that's just brilliant.</div><div><br class=""></div><div>The Aqualung i770R identifies itself as "FQ012345" where the numbers are it's serial number.</div><div>Isn't that brilliant? I mean, once you realize that "FQ" is encoded as 0x4651 and once you know that that's the internal model number of the i770R. </div><div>I mean, it doesn't get more intuitive than that...</div><div>(thanks to Jef for explaining this to me...)</div><div><br class=""></div><div>/D</div><br class=""></body></html>