aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJosh Wu <joshwu@google.com>2021-01-28 19:55:29 +0800
committerJosh Wu <joshwu@google.com>2021-01-28 20:08:53 +0800
commit9bd1887166a614c8df6dea5f539d3f13b8e3c67d (patch)
tree3ab92f1a174f70d07c97a2911a4bd0bd0e854581 /include
parent752226f043d34e8a94dd47b693ebd42e0ce9c8a8 (diff)
downloadbt-9bd1887166a614c8df6dea5f539d3f13b8e3c67d.tar.gz
Use updated SIG wording: blacklist to rejectlist
BYPASS_INCLUSIVE_LANGUAGE_REASON=None Tag: #refactor Bug: 170342881 Test: atest BluetoothInstrumentationTests Change-Id: I63e6e1ef003558433c51061bc2781c8f60f8a037
Diffstat (limited to 'include')
-rw-r--r--include/hardware/bt_hf_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware/bt_hf_client.h b/include/hardware/bt_hf_client.h
index d8f3a50e0..048412153 100644
--- a/include/hardware/bt_hf_client.h
+++ b/include/hardware/bt_hf_client.h
@@ -106,7 +106,7 @@ typedef enum {
BTHF_CLIENT_CMD_COMPLETE_ERROR_BUSY,
BTHF_CLIENT_CMD_COMPLETE_ERROR_NO_ANSWER,
BTHF_CLIENT_CMD_COMPLETE_ERROR_DELAYED,
- BTHF_CLIENT_CMD_COMPLETE_ERROR_BLACKLISTED,
+ BTHF_CLIENT_CMD_COMPLETE_ERROR_REJECTLISTED,
BTHF_CLIENT_CMD_COMPLETE_ERROR_CME
} bthf_client_cmd_complete_t;