summaryrefslogtreecommitdiff
path: root/profiles/sap
diff options
context:
space:
mode:
authorArchie Pusaka <apusaka@chromium.org>2021-09-15 16:31:56 +0800
committerMarcel Holtmann <marcel@holtmann.org>2021-09-21 10:51:53 +0200
commita777d7d5351923e1e832f19c6475ce91180ffec1 (patch)
treefb52f57381bab63231cf4a652f653bd6021610b5 /profiles/sap
parentb7d6a7d25628e9b521a29a5c133fcadcedeb2102 (diff)
downloadbluez-a777d7d5351923e1e832f19c6475ce91180ffec1.tar.gz
btio: Inclusive language changes
BT core spec 5.3 promotes the usage of inclusive languages. This CL uses "central" as it is deemed to be more appropriate. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'profiles/sap')
-rw-r--r--profiles/sap/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/sap/server.c b/profiles/sap/server.c
index 82365fca9..e6f3024ea 100644
--- a/profiles/sap/server.c
+++ b/profiles/sap/server.c
@@ -1369,7 +1369,7 @@ int sap_server_register(struct btd_adapter *adapter)
btd_adapter_get_address(adapter),
BT_IO_OPT_CHANNEL, SAP_SERVER_CHANNEL,
BT_IO_OPT_SEC_LEVEL, BT_IO_SEC_HIGH,
- BT_IO_OPT_MASTER, TRUE,
+ BT_IO_OPT_CENTRAL, TRUE,
BT_IO_OPT_INVALID);
if (!io) {
error("Can't listen at channel %d.", SAP_SERVER_CHANNEL);