summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArchie Pusaka <apusaka@chromium.org>2021-09-15 16:32:09 +0800
committerMarcel Holtmann <marcel@holtmann.org>2021-09-21 10:51:54 +0200
commit9ee79f67bed2e733569c483b9ef4440710448ad0 (patch)
treee1577e504309bd45fd76df5e5fc948869c86e517 /doc
parentb21e1124416128cc020d59f4ef3e84c9a55355b7 (diff)
downloadbluez-9ee79f67bed2e733569c483b9ef4440710448ad0.tar.gz
doc: Inclusive language update
Update the docs to reflect the changes for the other inclusive language updates. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/mesh-api.txt2
-rw-r--r--doc/mgmt-api.txt6
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/mesh-api.txt b/doc/mesh-api.txt
index f2c6b9e5c..ce651c801 100644
--- a/doc/mesh-api.txt
+++ b/doc/mesh-api.txt
@@ -585,7 +585,7 @@ Methods:
org.bluez.mesh.Error.InvalidArguments
void SetKeyPhase(uint16 net_index, uint8 phase)
- This method is used to set the master key update phase of the
+ This method is used to set the flooding key update phase of the
given subnet. When finalizing the procedure, it is important
to CompleteAppKeyUpdate() on all app keys that have been
updated during the procedure prior to setting phase 3.
diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index 5355fedb0..97d33e30a 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
@@ -855,7 +855,7 @@ Load Long Term Keys Command
Address (6 Octets)
Address_Type (1 Octet)
Key_Type (1 Octet)
- Master (1 Octet)
+ Central (1 Octet)
Encryption_Size (1 Octet)
Encryption_Diversifier (2 Octets)
Random_Number (8 Octets)
@@ -4019,7 +4019,7 @@ New Long Term Key Event
Address (6 Octets)
Address_Type (1 Octet)
Key_Type (1 Octet)
- Master (1 Octet)
+ Central (1 Octet)
Encryption Size (1 Octet)
Enc. Diversifier (2 Octets)
Random Number (8 Octets)
@@ -4459,7 +4459,7 @@ New Signature Resolving Key Event
}
This event indicates that a new signature resolving key has been
- generated for either the master or slave device.
+ generated for either the central or peripheral device.
The Store_Hint parameter indicates whether the host is expected
to store the key persistently or not.