Re: [Interest] Bluetooth LE: Start Encryption (opcode 0x2019)

2021-02-15 Thread Simon FEUTRIER
d > > > > Il giorno lun 15 feb 2021 alle ore 10:29 Simon FEUTRIER < > sfeutr...@bluegriot.com> ha scritto: > >> Hi, >> >> I'm working on Windows so it could be different (who knows) ? >> Did you activate your peripheral encryption? What is your

Re: [Interest] Bluetooth LE: Start Encryption (opcode 0x2019)

2021-02-15 Thread Simon FEUTRIER
or / and timing. Cordialement, Simon Feutrier - Ingénieur systèmes embarqués BLUEGRioT Le lun. 15 févr. 2021 à 10:06, cagnulein a écrit : > Hi, thanks for answering my question. The role of my app is Central and > yes i already saw your bug reports and i think we're facing the same >

Re: [Interest] Bluetooth LE: Start Encryption (opcode 0x2019)

2021-02-15 Thread Simon FEUTRIER
Hello, What is the role of your qt app ? Central or Peripheral ? If it is your Central you cannot start encryption (you need to set encryption from the device side). If you enable your encryption from the peripheral side and it still does not work, look there : https://bugreports.qt.io/browse/QTB

Re: [Interest] [Qt BLE] multiple devices connected to an app

2020-12-16 Thread Simon FEUTRIER
Hi Andreas, Here is the issue : https://bugreports.qt.io/browse/QTBUG-89534 In fact, I already have other tickets for BLE (security problem). BLE (Qt) under Windows 10 seems to be hard to manage ! Best regards, Simon Feutrier Le mer. 16 déc. 2020 à 09:41, Andreas Buhr a écrit : > Hi Si

Re: [Interest] [Qt BLE] multiple devices connected to an app

2020-12-15 Thread Simon FEUTRIER
confirm that I can write in the descriptor of both devices (descriptorWritten signal is emitted) : *m_pFifoService->writeDescriptor(notificationDesc, QByteArray::fromHex("0100"));* Best, Simon Feutrier Le mar. 15 déc. 2020 à 08:19, Oliver Wolff a écrit : > Hi Simon, >

Re: [Interest] [Qt BLE] multiple devices connected to an app

2020-12-14 Thread Simon FEUTRIER
evice class of the device. I don't know if this information can help you, thank you ! Best regards, Simon Feutrier Le lun. 14 déc. 2020 à 16:05, Andreas Buhr a écrit : > Hi Simon, > > On 14.12.20 15:25, Simon FEUTRIER wrote: > > But when I write in the characteristic of t

[Interest] [Qt BLE] multiple devices connected to an app

2020-12-14 Thread Simon FEUTRIER
Hi, Is it possible to connect multiple peripheral devices to a Qt app on Windows 10 ? Using "connectToDevice()" is successful for both devices. Then I have no problem exchanging the first one. But when I write in the characteristic of the second remote device, the connection with this device is im

Re: [Interest] Qt Bluetooth Low Energy set a maximum MTU

2020-11-20 Thread Simon FEUTRIER
small Java section setting the value. > > -- > Alex > > > From: Simon FEUTRIER > Sent: Thursday, 19 November 2020 16:57 > To: Alex Blasche > Cc: Qt Interest > Subject: Re: [Interest] Qt Bluetooth Low Energy set a maximum MTU >

Re: [Interest] Qt Bluetooth Low Energy set a maximum MTU

2020-11-19 Thread Simon FEUTRIER
force a certain MTU size via the QT API. AFAIR you > cannot force it anyway as both sides can make requests but not demands. > > -- > Alex > > ________ > From: Interest on behalf of Simon > FEUTRIER > Sent: Thursday, 19 November 2020 09:09 &

[Interest] Qt Bluetooth Low Energy set a maximum MTU

2020-11-19 Thread Simon FEUTRIER
Hello, Do you know if it is possible to set the MTU from the Qt side ? I am receiving bluetooth messages of size between 240 and 244 (max payload) (by notify). I would like to receive only messages of size 240. Is this possible ? Best regards, Simon __

Re: [Interest] BLE : Bonding and ble security

2020-08-24 Thread Simon FEUTRIER
Yes that was the problem ! Thank you for your help ! Regards, Simon Feutrier Le lun. 24 août 2020 à 09:48, Kai Köhne a écrit : > > Von: Simon FEUTRIER > > Gesendet: Freitag, 21. August 2020 17:31 > > An: Kai Köhne > > Cc: Jérôme Godbout ; interest@qt-project.org &g

Re: [Interest] BLE : Bonding and ble security

2020-08-21 Thread Simon FEUTRIER
^^. Regards, Simon Feutrier Le ven. 21 août 2020 à 16:43, Kai Köhne a écrit : > Hi, > > > Von: Interest Im Auftrag von Simon > FEUTRIER > > Betreff: Re: [Interest] BLE : Bonding and ble security > > > > I'm trying to use "winrt_btle_no_pairing" with

Re: [Interest] BLE : Bonding and ble security

2020-08-21 Thread Simon FEUTRIER
ify some header files directly but nothing is working and it is very frustrating because it is 1 line... Do you have any suggestions? Thank you.. Best regards, Simon Feutrier Le mar. 18 août 2020 à 15:29, Simon FEUTRIER a écrit : > Hi Jérôme, > > I did it and it is working with th

Re: [Interest] BLE : Bonding and ble security

2020-08-18 Thread Simon FEUTRIER
Hi Jérôme, I did it and it is working with this Windows app. Thus, it seems to be Qt related. I have specified it in the bug report. Thank you for your help. Regards, Simon Feutrier Le mar. 18 août 2020 à 15:07, Jérôme Godbout a écrit : > Hi, > > Just to put aside the Windows, you

Re: [Interest] BLE : Bonding and ble security

2020-08-18 Thread Simon FEUTRIER
If you are interested to follow this problem, there is now also a bug ticket here : https://bugreports.qt.io/browse/QTBUG-86095 Regards, Simon Feutrier Le mar. 18 août 2020 à 09:15, Simon FEUTRIER a écrit : > Hi ! > > Jérôme, yes it is well secured, very well, even I cannot commu

Re: [Interest] BLE : Bonding and ble security

2020-08-18 Thread Simon FEUTRIER
yes ! Currently in my ble device I am just activating "Just Work" security. And on Windows...I just cannot set the security level, so... ^^ Alex, I will create an issue then. Thank you for your help. Cordialement, Simon Feutrier - Ingénieur systèmes embarqués BLUEGRioT Le lun. 17 août

[Interest] BLE : Bonding and ble security

2020-08-17 Thread Simon FEUTRIER
parameters and redo the same process). It only works if it has been paired with Windows parameters... I could not find anything about bonding in the API or security mode settings. Any idea ? Should I post it as a bug or am I missing something ? Thanks, Rega