Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • B BluezQt
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Frameworks
  • BluezQt
  • Merge requests
  • !12

Closed
Created Jul 15, 2021 by Ivan Podkurkov@podkivaContributor
  • Report abuse
Report abuse

Add GATT Client functionality

  • Overview 0
  • Commits 1
  • Changes 1

Add classes that allow the GATT client functionality based on Bluez GATT APIs (see https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/doc/gatt-api.txt).

The three new classes GattServiceRemote, GattCharacteristicRemote, and GattDescriptorRemote implement respective Bluez D-BUS objects. They are created in the same manner as Adapter and Device objects, extending similar tree-like relationship (adapter -> device -> service -> characteristic -> descriptor).

ManData helper type represents manufacturer data contained in Advertisements of LE devices.

PendingCall is extended with ReturnByteArray type to allow reading the values of characteristics/descriptors.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: GattClientFunctionality