b40cec2e9a4a848b7ba724c6ed02c49604f0c669 |
|
25-Jun-2017 |
Jakub Pawlowski <jpawlowski@google.com> |
Rename bt_bdaddr_t into RawAddress (2/3) Test: compilation test Change-Id: I8b334c77a96ea29d58b1e4cf176e0a941b74d2b9
/packages/apps/Bluetooth/jni/com_android_bluetooth_hidd.cpp
|
2116dbf94fbc00da999ac629c78627983f599a26 |
|
17-Mar-2017 |
Andre Eisenbach <eisenbach@google.com> |
Revert "jni: introduce ScopedBtAddr" Causes crash on Fugu. Reverting for now until further investigation. This reverts commit 2b233628767c0bf6ff21ae2acdeada8bea94e583. Change-Id: I21daf6b75312695d7ccb83ae603aaeffc3c9e770
/packages/apps/Bluetooth/jni/com_android_bluetooth_hidd.cpp
|
2b233628767c0bf6ff21ae2acdeada8bea94e583 |
|
15-Feb-2017 |
Marie Janssen <jamuraa@google.com> |
jni: introduce ScopedBtAddr ScopedBtAddr handles marshalling bt_bdaddr_t into jbyteArrays so we don't have to. It also complains when it can't allocate things and deletes the local reference when it goes out of scope. Test: compiles, sanity tests with various profiles Change-Id: I78a6364cc5cac0e8664d2d04388a6e2ac4c7a58f
/packages/apps/Bluetooth/jni/com_android_bluetooth_hidd.cpp
|
479b34835a560d032e211c3c27e10384af69c3b9 |
|
11-Oct-2016 |
Marie Janssen <jamuraa@google.com> |
jni: use ScopedLocalRef where possible RAII simplifies code paths and eliminates errors. Test: mma -j40, sanity testing on devices Change-Id: I278f91445217c898a868b8328549c080d7123dbb
/packages/apps/Bluetooth/jni/com_android_bluetooth_hidd.cpp
|
989c69f6f315e1decd44b30c1c1d8d7092cbecbe |
|
05-Jan-2017 |
Ivan Podogov <ginkage@google.com> |
Remove debug logging from report sending in HID Device mode. When the app acts as a pointing device, it (according to the specification) generates ~80 reports per second. Removing 5 log lines per report makes logs shorter by 400 lines per second. Test: build, run, logcat Change-Id: Ief2300294b7c7ed56cb67bcf1b77f70187291b8e
/packages/apps/Bluetooth/jni/com_android_bluetooth_hidd.cpp
|
b6aa20542f9e6d42ae840e19ce7e85b20087cfb3 |
|
30-Dec-2016 |
Ivan Podogov <ginkage@google.com> |
Allow HID Device to connect to a specific device Test: make Change-Id: I1322eb7fb5d253c0968a8bbe11a19cca8f1834f9
/packages/apps/Bluetooth/jni/com_android_bluetooth_hidd.cpp
|
cf27f0ddf906a8f76a22b8a30ff4262526e33477 |
|
18-Apr-2014 |
Hemant Gupta <hemantg@codeaurora.org> |
HIDD: Add support for HID Device Role This patch adds support for HID Device Role which enables phone being used as a Bluetooth keyboad or mouse. Change-Id: I931867442111ad997a34a166c7b2ec1daf317ddd
/packages/apps/Bluetooth/jni/com_android_bluetooth_hidd.cpp
|