commit | 7ffc73b5c010b1246907bb7151bfeccd8661c9ee | [log] [tgz] |
---|---|---|
author | Petri Gynther <pgynther@google.com> | Tue Dec 20 14:40:00 2016 -0800 |
committer | Petri Gynther <pgynther@google.com> | Tue Dec 20 14:44:59 2016 -0800 |
tree | 24c8aa444a05ebdafb395de1a4344f951f0bac3c | |
parent | cdd56539d1083a28918c328f29d0a87c2a9dfdf8 [diff] |
btmon: Suppress HCI vendor events When idle, Marvell 88W8897 Bluetooth adapter fills btmon logs with: > HCI Event: Vendor (0xff) plen 5 [hci0] 0.300944 05 80 00 09 00 Suppress these events with the new -V option. https://gfiber-internal-review.googlesource.com/#/c/83000/ Change-Id: Ie2d1177abca30ddfa0df1a92cf617fa315fc3ea5
diff --git a/package/bluez_utils/S54bluez b/package/bluez_utils/S54bluez index c1df5b3..a520d81 100755 --- a/package/bluez_utils/S54bluez +++ b/package/bluez_utils/S54bluez
@@ -85,7 +85,7 @@ fi echo "$0: Starting btmon" - babysit 30 btmon -A -t 2>&1 | logos btmon & + babysit 30 btmon -A -V -t 2>&1 | logos btmon & sleep 1 echo "$0: Starting bluetoothd"