Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-54770

Add ability to restrict characteristic and descriptor writes before execution

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • 5.7.0
    • None

    Description

      Currently QLowEnergyController in peripheral mode emits characteristicChanged() and descriptorWritten() signals when the char or desc was changed by the client/central device. There is no way to process the write request before it is being accepted by the peripheral. Android seems to be able to do this as part of callback handlers.

      A way of implementing this might be to pass a std::function parameter to the QLowEnergyCharacteristicData & QLowEnergyDescriptorData object which acts as call back.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ablasche Alex Blasche
            ablasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes