mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-19 17:03:26 +08:00
mgmt-api: Fix typos and consistency issues
This commit is contained in:
parent
59362cd938
commit
2f9b083e9e
@ -69,9 +69,9 @@ Read Controller Information Command
|
||||
Controller Index: <controller id>
|
||||
Command Parameters:
|
||||
Return Parameters: Address (6 Octets)
|
||||
Settings (8)
|
||||
Security_Mode (1 octed)
|
||||
Device_Class (3 octets)
|
||||
Settings (8 Octets)
|
||||
Security_Mode (1 Octet)
|
||||
Device_Class (3 Octets)
|
||||
Supported_Features (8 Octets)
|
||||
Manufacturer (2 Octets)
|
||||
HCI_Version (1 Octet)
|
||||
@ -132,7 +132,7 @@ Add UUID Command
|
||||
Command Code: 0x0009
|
||||
Controller Index: <controller id>
|
||||
Command Parameters: UUID (16 Octets)
|
||||
SVC_Hint (1 octet)
|
||||
SVC_Hint (1 Octet)
|
||||
Return Parameters:
|
||||
|
||||
|
||||
@ -150,8 +150,8 @@ Set Device Class
|
||||
|
||||
Command Code: 0x000B
|
||||
Controller Index: <controller id>
|
||||
Command Parameters: Major_Class (1 octet)
|
||||
Minor_Class (1 octed)
|
||||
Command Parameters: Major_Class (1 Octet)
|
||||
Minor_Class (1 Octet)
|
||||
Return Parameters:
|
||||
|
||||
|
||||
@ -160,7 +160,7 @@ Set Service Cache Command
|
||||
|
||||
Command Code: 0x000C
|
||||
Controller Index: <controller id>
|
||||
Command Parameters: Enable (1 octet)
|
||||
Command Parameters: Enable (1 Octet)
|
||||
Return Parameters:
|
||||
|
||||
|
||||
@ -364,7 +364,7 @@ Block Device Command
|
||||
Command Code: 0x0001D
|
||||
Controller Index: <controller id>
|
||||
Command Parameters: Address (6 Octets)
|
||||
Return Parameters: Status (1 octet)
|
||||
Return Parameters: Status (1 Octet)
|
||||
|
||||
|
||||
Unblock Device Command
|
||||
@ -373,7 +373,7 @@ Unblock Device Command
|
||||
Command Code: 0x0001E
|
||||
Controller Index: <controller id>
|
||||
Command Parameters: Address (6 Octets)
|
||||
Return Parameters: Status (1 octet)
|
||||
Return Parameters: Status (1 Octet)
|
||||
|
||||
|
||||
Set Fast Connectable Command
|
||||
@ -382,7 +382,7 @@ Set Fast Connectable Command
|
||||
Command Code: 0x0001F
|
||||
Controller Index: <controller id>
|
||||
Command Parameters: Enable (1 Octet)
|
||||
Return Parameters: Status (1 octet)
|
||||
Return Parameters: Status (1 Octet)
|
||||
|
||||
|
||||
Confirm Name Command
|
||||
@ -392,7 +392,7 @@ Confirm Name Command
|
||||
Controller Index: <controller id>
|
||||
Command Parameters: Address (1 Octet)
|
||||
Name Known (1 Octet)
|
||||
Return Parameters: Status (1 octet)
|
||||
Return Parameters: Status (1 Octet)
|
||||
|
||||
This command is only valid during device discovery and is
|
||||
expected for each Device Found event with the Confirm Name
|
||||
|
Loading…
Reference in New Issue
Block a user