From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: "complex" Bluetooth handling To: "Ben-melech, Shiran" , "linux-bluetooth@vger.kernel.org" References: From: Marco Trapanese Message-ID: <4eaaac10-30a0-2483-8235-99e9c5d993cc@gmail.com> Date: Wed, 15 Jun 2016 09:20:26 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Il 15/06/2016 08:54, Ben-melech, Shiran ha scritto: > For BLE there is a library called TinyB which is pure c++ https://github.com/intel-iot-devkit/tinyb > Although I'm not sure it support classic BL profiles but I guess you can start with that. Thanks, it's interesting but I think it's just a guide to make my own library because it doesn't support GATT server yet: > At this time it is not possible to create a BLE server (from https://github.com/intel-iot-devkit/tinyb/issues/16) I found an example in Qt5: https://doc-snapshots.qt.io/qt5-dev/qtbluetooth-heartrate-server-example.html I will try it as soon as possible. If it works only ANCS is still uncovered. Best regards Marco