History log of /system/bt/bta/hd/bta_hd_api.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f9c5752344ec459def74765f512d28fa0f402168 22-Feb-2017 Marie Janssen <jamuraa@google.com> cleanup: no assigns in conditionals

Some assigns snuck into our conditionals, making the code harder to
read / follow.

Also remove some unnecessary null checks after osi_malloc that are
nearby.

Test: compiles, sanity check with device
Change-Id: Ia544da44060d9fc4363af9fbcb4112f3190f75ab
/system/bt/bta/hd/bta_hd_api.cc
456e200272ad66b5005fa16d5a07701e5a86fcd4 30-Dec-2016 Ivan Podogov <ginkage@google.com> Allow HID Device to connect to a specific device

With this change, when the app requests a connection to a
specific device, it is always "plugged" first.
Unplugging the previous device is left for the app to do.

Test: make
Change-Id: I2e27c12e2ee96d0c311615a3853d8c430f3b2c31
/system/bt/bta/hd/bta_hd_api.cc
8843cc830b522cfe6f1e361297fc28fd331a1378 17-Apr-2014 Hemant Gupta <hemantg@codeaurora.org> HIDD: Add support for HID Device Role

This patch adds support for HID Device role in bluedroid stack allowing
DUT to be used as Keyboard or Mouse.

Bug: 33011576
Change-Id: I45b581a54f6c7bbc1f25226715a7ea23e34255c0
/system/bt/bta/hd/bta_hd_api.cc