From 40554f5a9d9500c01187711a7b60a78cf553eaee Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 21 Feb 2012 00:05:56 +0100 Subject: [PATCH] mgmt-api: Add command for setting Device ID details --- doc/mgmt-api.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index eafa2ef09..71e991409 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -658,6 +658,32 @@ Unblock Device Command or failure. +Set Device ID Command +===================== + + Command Code: 0x0028 + Controller Index: + Command Parameters: Source (2 Octets) + Vendor (2 Octets) + Product (2 Octets) + Version (2 Octets) + Return Parameters: + + The Source parameter selects the organization that assigned the + Vendor parameter: + + 0x0000 Disable Device ID + 0x0001 Bluetooth SIG + 0x0002 USB Implementer’s Forum + + The information are put into the EIR data. If the controller does + not support EIR or if SSP is disabled, this command will still + succeed. The information are stored for later use and will survive + toggling SSP on and off. + + This command generates a Command Complete event on success or + a Command Status event on failure. + Command Complete Event ====================== -- 2.47.3