summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2023-01-23 15:56:48 -0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2023-01-31 17:07:31 -0800
commitd611a40ffc7bdc6b2e727550369a5aee7ffdb4cf (patch)
tree121d29b23403c0396baf9751b0936ec1914daac8 /doc
parentbe5c49385e4d8403d773b2838369a5987e732ff0 (diff)
downloadbluez-d611a40ffc7bdc6b2e727550369a5aee7ffdb4cf.tar.gz
media-api: Make Vendor a uint32_t
Using two uint16_t requires the use of a container which makes things a lot more complicated so this switch to use a single uint32_t.
Diffstat (limited to 'doc')
-rw-r--r--doc/media-api.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/media-api.txt b/doc/media-api.txt
index 26527622c..281f72c1e 100644
--- a/doc/media-api.txt
+++ b/doc/media-api.txt
@@ -34,7 +34,7 @@ Methods void RegisterEndpoint(object endpoint, dict properties)
match the profile specification which
is indicated by the UUID.
- uint16_t, uint16_t Vendor [Optional]:
+ uint32_t Vendor [Optional]:
Vendor-specific Company ID, Codec ID
tuple that the endpoint implements.
@@ -649,7 +649,7 @@ Properties string UUID [readonly, optional]:
The values should match the profile specification which
is indicated by the UUID.
- uint16_t, uint16_t Vendor [readonly, Optional]:
+ uint32_t Vendor [readonly, Optional]:
Vendor-specific Company ID, Codec ID tuple that the
endpoint implements.