summaryrefslogtreecommitdiff
path: root/android
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 /android
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 'android')
-rw-r--r--android/a2dp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/a2dp.c b/android/a2dp.c
index e24f79348..029107cf5 100644
--- a/android/a2dp.c
+++ b/android/a2dp.c
@@ -1692,7 +1692,7 @@ bool bt_a2dp_register(struct ipc *ipc, const bdaddr_t *addr, uint8_t mode)
BT_IO_OPT_SOURCE_BDADDR, &adapter_addr,
BT_IO_OPT_PSM, AVDTP_PSM,
BT_IO_OPT_SEC_LEVEL, BT_IO_SEC_MEDIUM,
- BT_IO_OPT_MASTER, true,
+ BT_IO_OPT_CENTRAL, true,
BT_IO_OPT_INVALID);
if (!server) {
error("Failed to listen on AVDTP channel: %s", err->message);