Skip to content

Commit

Permalink
adapter-api: Add Manufacturer and Version properties
Browse files Browse the repository at this point in the history
This adds Manufacturer and Version properties to org.bluez.Adapter1
interface.
  • Loading branch information
vibhavp authored and Vudentz committed Oct 4, 2023
1 parent 6ee10e6 commit 6393012
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/adapter-api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -360,3 +360,14 @@ Properties string Address [readonly]

List of 128-bit UUIDs that represents the experimental
features currently enabled.

uint16 Manufacturer [readonly]

The manufacturer of the device, as a uint16 company
identifier defined by the Core Bluetooth Specification.

byte Version [readonly]

The Bluetooth version supported by the device, as a
core version code defined by the Core Bluetooth
Specification.

0 comments on commit 6393012

Please sign in to comment.