Re[3]: Aw: BluezQt GATT client API

2021-07-16 Thread Иван Подкурков
Dear Manuel,   I have created the merge request for BluezQt with Gatt client functionality.   Now, I understand it is quite large in size, there are 3 new classes (GattServiceRemote, GattCharacteristicRemote, and GattDescriptorRemote). These are organised in the same manner as adapters and devi

Aw: BluezQt GATT client API

2019-08-26 Thread Manuel Weichselbaumer
Hi,   the GATT client API is not fully implemented (nor tested). Unfortunately, i do not plan to implement this soon.   However, Qt also provides a BluettothLE API which should work just fine (in client mode).   Best regards, Manuel Weichselbaumer   Gesendet: Freitag, 23. August 2019 um 19

Re: Aw: BluezQt GATT client API

2019-08-26 Thread Иван Подкурков
Hi, Thanks a lot for response, However, Qt also provides a BluettothLE API which should work just fine (in client mode). That is very true, but it looks that they don't have any control over pairing process - there are no API to provide "custom Agent" to it (there are in BluezQt though). It m