Message ID | 20230929130742.146571-2-vibhavp@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 6393012d4680e976a207a59962d38b88ec24c4fc |
Headers | show |
Series | [BlueZ,v2,1/2] adapter: Add Version and Manufacturer props to org.bluez.Adapter1. | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | fail | WARNING: I3 - ignore-body-lines: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-body-lines.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search 1: T3 Title has trailing punctuation (.): "[BlueZ,v2,2/2] adapter-api: Add docs for properties Manufacturer and Version." |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index d38ce7171..10c290c62 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -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.
From: Vibhav Pant <vibhavp@gmail.com> --- doc/adapter-api.txt | 11 +++++++++++ 1 file changed, 11 insertions(+)