On Wed, 3 Oct 2018 at 01:38, Steve <[email protected]> wrote: > > Subject: Re: [TEST REQUEST] Windows Bluetooth LE build > >
hello, > Ok I gave the new program a go on the Petrel2Ext but it is saying it doesn't > support BTLE? > > It should be the first Petrel I tried but I haven't had coffee yet so I tried > the other one that I no longer have just in case I picked the wrong address. > <snip> > device # 1 > addr: "00:13:43:0C:65:AC" > name: "Petrel" > coreConfiguration: QFlags(0x2) <snip> it detected the Petrel as BT device not BTLE; this is what the 0x2 means. if it supports both BT and BTLE it should be (0x1 | 0x2) or 0x1 or 0x3. does this device support BTLE? if yes, could you please try a couple of things: - try scanning for the BTLE device again from the Windows Control Panel? - try this new build of Subsurface once you have a paired BTLE computer: https://www.dropbox.com/s/zslq3ughx9ciehj/_deploy_win32_ble.zip?dl=0 the new program can also be used point if the device is detected as BT / BTLE. thanks lubomir -- _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
