summaryrefslogtreecommitdiff
path: root/tools/hci-tester.c
diff options
context:
space:
mode:
authorArchie Pusaka <apusaka@chromium.org>2021-09-15 16:31:57 +0800
committerMarcel Holtmann <marcel@holtmann.org>2021-09-21 10:51:54 +0200
commit7582f36071830764eaebde98d336a6d3620a4bb4 (patch)
tree7e71a5a506b8a5b452f7f0d51e2131675f515b21 /tools/hci-tester.c
parenta777d7d5351923e1e832f19c6475ce91180ffec1 (diff)
downloadbluez-7582f36071830764eaebde98d336a6d3620a4bb4.tar.gz
monitor: 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", "link key", and "accept list" Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'tools/hci-tester.c')
-rw-r--r--tools/hci-tester.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/hci-tester.c b/tools/hci-tester.c
index 0fb74e69c..645d89e72 100644
--- a/tools/hci-tester.c
+++ b/tools/hci-tester.c
@@ -337,12 +337,12 @@ static void test_read_local_supported_codecs(const void *test_data)
static void test_le_read_white_list_size(const void *test_data)
{
- test_command(BT_HCI_CMD_LE_READ_WHITE_LIST_SIZE);
+ test_command(BT_HCI_CMD_LE_READ_ACCEPT_LIST_SIZE);
}
static void test_le_clear_white_list(const void *test_data)
{
- test_command(BT_HCI_CMD_LE_CLEAR_WHITE_LIST);
+ test_command(BT_HCI_CMD_LE_CLEAR_ACCEPT_LIST);
}
static void test_le_encrypt_complete(const void *data, uint8_t size,