From 048f2ac0e4fcc19cf9b1f8fc9525a1dec21ab87f Mon Sep 17 00:00:00 2001 From: Archie Pusaka Date: Wed, 15 Sep 2021 16:31:58 +0800 Subject: 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 --- android/tester-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android') 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"); -- cgit v1.2.1