summaryrefslogtreecommitdiff
path: root/monitor/broadcom.c
diff options
context:
space:
mode:
authorArchie Pusaka <apusaka@chromium.org>2021-09-15 16:31:57 +0800
committerMarcel Holtmann <marcel@holtmann.org>2021-09-21 10:51:54 +0200
commit7582f36071830764eaebde98d336a6d3620a4bb4 (patch)
tree7e71a5a506b8a5b452f7f0d51e2131675f515b21 /monitor/broadcom.c
parenta777d7d5351923e1e832f19c6475ce91180ffec1 (diff)
downloadbluez-7582f36071830764eaebde98d336a6d3620a4bb4.tar.gz
monitor: Inclusive language changes
BT core spec 5.3 promotes the usage of inclusive languages. This CL replaces some terms with the more appropriate counterparts, such as "central", "peripheral", "link key", and "accept list" Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'monitor/broadcom.c')
-rw-r--r--monitor/broadcom.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/monitor/broadcom.c b/monitor/broadcom.c
index 5ee4ba04a..21a86461b 100644
--- a/monitor/broadcom.c
+++ b/monitor/broadcom.c
@@ -120,10 +120,10 @@ static void print_sync_mode(uint8_t mode)
switch (mode) {
case 0x00:
- str = "Slave";
+ str = "Peripheral";
break;
case 0x01:
- str = "Master";
+ str = "Central";
break;
default:
str = "Reserved";
@@ -139,10 +139,10 @@ static void print_clock_mode(uint8_t mode)
switch (mode) {
case 0x00:
- str = "Slave";
+ str = "Peripheral";
break;
case 0x01:
- str = "Master";
+ str = "Central";
break;
default:
str = "Reserved";