summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorArchie Pusaka <apusaka@chromium.org>2021-09-15 16:31:58 +0800
committerMarcel Holtmann <marcel@holtmann.org>2021-09-21 10:51:54 +0200
commit048f2ac0e4fcc19cf9b1f8fc9525a1dec21ab87f (patch)
tree8f326ce2b19c64ded6f6efcf8e67a157fd40bb14 /android
parent7582f36071830764eaebde98d336a6d3620a4bb4 (diff)
downloadbluez-048f2ac0e4fcc19cf9b1f8fc9525a1dec21ab87f.tar.gz
emulator: 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", and "accept list". Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'android')
-rw-r--r--android/tester-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/tester-main.c b/android/tester-main.c
index 2bfa770bb..ff5ecdf83 100644
--- a/android/tester-main.c
+++ b/android/tester-main.c
@@ -2786,7 +2786,7 @@ void emu_remote_connect_hci_action(void)
struct step *step = g_new0(struct step, 1);
const uint8_t *master_addr;
- master_addr = hciemu_get_master_bdaddr(data->hciemu);
+ master_addr = hciemu_get_central_bdaddr(data->hciemu);
tester_print("Trying to connect hci");