summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSonny Sasaka <sonnysasaka@chromium.org>2020-12-15 10:41:15 -0800
committerCommit Bot <commit-bot@chromium.org>2020-12-16 09:01:26 +0000
commit5869f01249df06c60bc6e1e498c8f2084304ed55 (patch)
tree2458d9f31fa6d466fbebdd5221d00731139778ef
parent1b426c6cc23e05024a5bf80e414cbe99d5ea691c (diff)
downloadadhd-5869f01249df06c60bc6e1e498c8f2084304ed55.tar.gz
CRAS: Remove doc about BluetoothBatteryChanged signal
The BluetoothBatteryChanged is no longer needed after the migration to BlueZ Battery Provider API. The signal itself has been removed in CL:2521465. BUG=b:172361090 TEST=None Change-Id: I448587b7b3c154914444798154ecde09a9e49e60 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/adhd/+/2593236 Reviewed-by: Hsinyu Chao <hychao@chromium.org> Commit-Queue: Sonny Sasaka <sonnysasaka@chromium.org> Tested-by: Sonny Sasaka <sonnysasaka@chromium.org>
-rw-r--r--cras/README.dbus-api4
1 files changed, 0 insertions, 4 deletions
diff --git a/cras/README.dbus-api b/cras/README.dbus-api
index c55a8df6..f347358e 100644
--- a/cras/README.dbus-api
+++ b/cras/README.dbus-api
@@ -236,7 +236,3 @@ Signals OutputVolumeChanged(int32 volume)
HotwordTriggered(int64 tv_sec, int64 tv_nsec)
Indicates that hotword was triggered at the given timestamp.
-
- BluetoothBatteryChanged(string address, uint32 level)
-
- Indicates the battery level of a bluetooth device changed.