On 11 June 2018 at 18:16, Lubomir I. Ivanov <[email protected]> wrote: > On 11 June 2018 at 17:49, Dirk Hohndel <[email protected]> wrote: >> >>> On Jun 10, 2018, at 5:36 PM, Lubomir I. Ivanov <[email protected]> wrote: >>> >>> On 10 June 2018 at 16:04, Lubomir I. Ivanov <[email protected]> wrote: >>>> >>>> BT classical mode works - i was able to download 10 dives, that >>>> apparently already existed on the DC. >>>> i need to debug the BLE response from the device. >>>> >>> >>> status report: >>> so sadly i'm observing a multitude of problems here with this DC >>> (OSTC+) on Windows with BLE. >>> >>> 1) the native WINAPI does not have means to pair or connect to a BLE >>> devices programatically, which means that the user has to find the >>> devices using Control Panel methods and pair / connect to it manually. >> >> So how does the Control Panel do this, then, if there are no API calls >> to connect to a BLE device? > > it does it with calls that are not exposed to user space. >
...or rather only exposed with apps that are UWP based. the source code for BLE explorer is available at github and i see a class used for the pairing and this isn't available to the C API. lubomir -- _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
