summaryrefslogtreecommitdiffstats
path: root/hci/src/hci_layer.c
Commit message (Expand)AuthorAgeFilesLines
* Fix potential DoS caused by delivering signal to BT processstable/cm-13.0-ZNH2KSharvil Nanavati2016-08-021-1/+2
* Merge branch 'LA.BF.1.1.3_rb1.7' of git://codeaurora.org/platform/system/bt i...Steve Kondik2016-01-081-0/+8
|\
| * Merge "Revert "Fixed the problem that HCI command times out even without pend...Linux Build Service Account2015-11-071-4/+2
| |\
| | * Revert "Fixed the problem that HCI command times out even without pending com...Srinu Jella2015-11-041-4/+2
| * | Bluetooth: Reset bluetooth status to download NVM tagsSrinu Jella2015-10-301-0/+8
| |/
| * Fixed the problem that HCI command times out even without pendingLuke Zhang2015-10-201-2/+4
* | Bluetooth: Don't use command TX idle timer on BroadcomsEthan Chen2015-12-081-0/+8
* | Fix the command timeout issue with TX idle timerLuke Zhang2015-11-111-2/+2
|/
* Bluetooth: Add support to send h/w error eventSrinu Jella2015-10-061-0/+26
* Bluetooth: Added null check for startup_futurevenkata Jagadeesh2015-10-061-2/+4
* Bluetooth: Add parameter to indicate reason for ssr_cleanuppramod kotreshappa2015-10-061-4/+4
* Bluetooth: Read BLE vendor capability to proceed on Secure connSrinu Jella2015-10-061-0/+14
* Bluetooth: Reseting BTSOC Status in case of SSR at hostAjay Kumar2015-10-061-0/+6
* Bluetooth: Handle Vendor Specific cmd complete event properlySrinu Jella2015-10-061-2/+9
* Bluetooth: Enable SSR.Kiran Kelageri2015-10-061-1/+18
* Use the correct memory free function within HCI layer shutdownPavlin Radoslavov2015-06-301-1/+1
* Merge commit '4bf68bf020c7fd1aabcdc4b5d8f5fbb8bacdec9d' into merge_workPrerepa Viswanadham2015-04-101-0/+3
|\
| * Fix missing #includes needed for glibcScott James Remnant2015-04-021-0/+3
| * Using generic format specifier for logging pointersNitin Arora2015-03-301-1/+1
* | Using generic format specifier for logging pointersNitin Arora2015-04-021-1/+1
* | Fix build issues in bluedroid on masterEtan Cohen2015-03-311-0/+1
|/
* Extend Bluetooth startup timeout from 3s to 8sAndre Eisenbach2015-03-231-1/+1
* Use fully qualified path for btcore includes.Sharvil Nanavati2015-03-161-1/+1
* Use fully qualified path for OSI includes.Sharvil Nanavati2015-03-161-6/+6
* Rejig hci upwards dispatchZach Johnson2015-03-161-11/+39
* Canonicalize HCI logtags with bt_ prefixZach Johnson2015-03-161-1/+1
* Add platform-independent logging macros to OSI.Sharvil Nanavati2015-03-161-31/+31
* Adding in some additional, but critical, logs.June R. Tate-Gans2015-03-161-0/+2
* Fixed HAL layer ignore state handlingZach Johnson2015-03-161-2/+10
* Refactor btm_devctl reset sequenceZach Johnson2015-03-161-14/+4
* Add a futured version of the HCI transmit_commandZach Johnson2015-03-161-1/+24
* Modulizification of the HCI layerZach Johnson2015-03-161-29/+43
* Shuffle HCI layer internal functions into a more logical orderingZach Johnson2015-03-161-129/+139
* Refactor bte_main into more of a shell.Zach Johnson2015-03-161-55/+84
* Add non-repeating timer wrapper for alarmZach Johnson2015-03-161-22/+16
* HCI layer cleanupZach Johnson2015-03-161-83/+32
* Sink all HCI transmission management into the HCI layerZach Johnson2015-03-161-93/+169
* Rename init/cleanup to start_up/shut_down in the HCI layerZach Johnson2015-03-161-10/+10
* Use osi_free with osi_calloc in HCI layer to avoid corruptionSharvil Nanavati2015-03-161-1/+1
* Move HCI over to the osi allocators, and fix the tests accordinglyZach Johnson2015-03-161-3/+5
* Modify eager reader to support multi-byte readsZach Johnson2015-03-161-4/+5
* Refactor HCI layerZach Johnson2015-03-161-0/+677