summaryrefslogtreecommitdiff
path: root/src/sdpd.h
diff options
context:
space:
mode:
authorArchie Pusaka <apusaka@chromium.org>2021-09-15 16:32:05 +0800
committerMarcel Holtmann <marcel@holtmann.org>2021-09-21 10:51:54 +0200
commit7dd00605d1d5283d193498707987d9c197339ee7 (patch)
treefa49ccdabf900168b67b6092cadfdf6638fb7076 /src/sdpd.h
parentd21177002d1088cd3fdd5cd6290ff9bd1edd74d7 (diff)
downloadbluez-7dd00605d1d5283d193498707987d9c197339ee7.tar.gz
src: 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", "accept list", and "reject list". Note that some suggestions come from https://specificationrefs.bluetooth.com/language-mapping/Appropriate_Language_Mapping_Table.pdf Also use "primary" to refer the global mgmt struct. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'src/sdpd.h')
-rw-r--r--src/sdpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdpd.h b/src/sdpd.h
index 257411f03..9488535d3 100644
--- a/src/sdpd.h
+++ b/src/sdpd.h
@@ -59,7 +59,7 @@ uint32_t sdp_next_handle(void);
uint32_t sdp_get_time(void);
#define SDP_SERVER_COMPAT (1 << 0)
-#define SDP_SERVER_MASTER (1 << 1)
+#define SDP_SERVER_CENTRAL (1 << 1)
int start_sdp_server(uint16_t mtu, uint32_t flags);
void stop_sdp_server(void);