History log of /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/BluetoothInstrumentation.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4d71437598026627af85c576dd53a4247455b34a 18-Apr-2017 Ajay Panicker <apanicke@google.com> Limit btsnoop file size (3/9)

Limit btsnoop file size by rotating between snoop files. The rotation occurrs
when a fixed number of packets have been logged and will start overwriting
the older file.

Bug: 35998031
Test: Enable snoop logs from developer options and let logs get large
Change-Id: I40d5da4c1b1c9b45908e5790d130f1c5e804c773
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/BluetoothInstrumentation.java
946f207d3d7e8e6d467782b549aa80073a68fae8 18-Jul-2014 Guang Zhu <guangzhu@google.com> add command to enable bt snoop log

Change-Id: I22a6482a90c2bb976a5ce44946e9f0fb8b59e6b2
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/BluetoothInstrumentation.java
d22b2413b9b79374a6a8e2176de577c8eac0d1b7 20-May-2014 Guang Zhu <guangzhu@google.com> add a command to list all bonded devices

Bug: 14601515

Change-Id: I3cc5bb664485ef768bb81f1f8870ed9bf62f8329
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/BluetoothInstrumentation.java
fa9dc683f18e68cc1170c149a40c33a191444af1 02-May-2014 Guang Zhu <guangzhu@google.com> add getAddress function to return BT mac

Change-Id: Ib2bcd123e066672e411550856db862059949100e
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/BluetoothInstrumentation.java
e47ebbeec672ece19e260ccd7f4b83a297bce61e 29-Apr-2014 Guang Zhu <guangzhu@google.com> make success explicit in BT instrumentation util

Change-Id: I6c8eb8cdb7928fa6a7c1bc96b374667d1d6ae6a1
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/BluetoothInstrumentation.java
03800b8873f70223dcfcf396a3762775dfc1a8ab 22-Apr-2014 Guang Zhu <guangzhu@google.com> add bt instrumentation to run as a util

some bt test util methods are useful as device setup util, this
change exposes some of them via a BluetoothInstrumentation so
that they can be invoked like commands for setting up or
controlling bt state in test harness

Change-Id: I1d40baf374e145ab550ae4fa5f581e2eaf2e29bb
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/BluetoothInstrumentation.java