summaryrefslogtreecommitdiffstats
path: root/stack/btu/btu_hcif.c
Commit message (Collapse)AuthorAgeFilesLines
* Trigger restart on BT Controller H/W errorKausik Sinnaswamy2012-09-261-1/+0
| | | | | | | | | | On a Bluetooth chip h/w error, trigger an event from the core stack to restart the Bluetooth process. This would ensure that any state is cleaned up and the process starts from scratch Bug: 7001800 Change-Id: I57b0b44276585e2ae3c22ddbcc9d80bd467135b2 Signed-off-by: Iliyan Malchev <malchev@google.com>
* Initual Bluetooth open source releaseAndre Eisenbach2012-09-181-143/+156
| | | | | | | | First release under Apache source license with updated header files and whitespace cleanups. Also fixed file permission to remove executable bit from source files. Change-Id: I7155903edfc2f491c1cbbd0db108f207852caaa0
* Revert "Header file and whitespace cleanups"Matthew Xie2012-09-181-130/+130
| | | | | | | | This reverts commit cc914cffd521b2e6e1be804c82aea2388b843ebf More changes in the original CL after my cherry-pick. Change-Id: Ic144dba96aeb8a60611baac7565c9f628ab8f9eb
* Header file and whitespace cleanupsAndre Eisenbach2012-09-181-130/+130
| | | | | | | Also fixed file permission to remove executable bit from source files. Change-Id: I6954c2d16190bc35b1b0d38386543253696b1112
* Enhanced log traces to print h/w error codeKausik Sinnaswamy2012-08-301-1/+1
| | | | | | Prints the error code of hardware failure for the BR/EDR Controller Change-Id: I8c5172d9485ef0d71668969789fdacd720a2067f
* replace logx with alogxMatthew Xie2012-07-141-5/+5
| | | | | | | | | | | | | | | | | Conflicts: btif/src/btif_core.c btif/src/btif_dm.c btif/src/btif_hh.c btif/src/btif_sock.c gki/ulinux/gki_ulinux.c hci/include/bt_hci_bdroid.h hci/src/bt_hci_bdroid.c hci/src/btsnoop.c hci/src/hci_h4.c hci/src/userial.c vendor/libvendor/src/hardware.c vendor/libvendor/src/upio.c
* Increased the SDP DB size to 8K as there were devices whose number ofKausik Sinnaswamy2012-07-141-12/+0
| | | | | | UUID attributes exceeded the current limit of 4K Change-Id: I10dd833eb7ffcd42fb6ccb60318921296873be95
* Added support to ensure that BT_DISCOVERY_STARTED andKausik Sinnaswamy2012-07-141-1/+1
| | | | | | | BT_DISCOVERY_STOPPED signals are sent only after receiving the status/complete event from HCI for the start_inquiry/cancel_inquiry APIs Change-Id: I14da272b3e0596c2062ce617e9dccb788cc80425
* Initial Bluedroid stack commitAndre Eisenbach2012-07-141-0/+2257