summaryrefslogtreecommitdiffstats
path: root/hci
Commit message (Expand)AuthorAgeFilesLines
* Check the return value when reading HCI type bytePavlin Radoslavov2015-08-231-2/+5
* Save all snoop logs when BtSnoopSaveLog=trueTucker Sylvestro2015-07-071-12/+12
* Use the correct memory free function within HCI layer shutdownPavlin Radoslavov2015-06-301-1/+1
* Fix insufficient buffer size allocation in hci_injectMudumba Ananth2015-06-151-1/+1
* Bluetooth native dumpsys logging support (2/5)Andre Eisenbach2015-05-114-1/+102
* Work around clang/llvm compilation problems.Chih-Hung Hsieh2015-05-061-4/+1
* LE Data Packet Extension supportPriti Aghera2015-04-154-1/+22
* am f29a2fb..e07ad10 from mirror-m-wireless-internal-releaseVinit Deshpande2015-04-144-1/+35
|\
| * LE Privacy 1.2 and LE secure connectionsSatya Calloji2015-04-134-1/+35
* | Merge commit '4bf68bf020c7fd1aabcdc4b5d8f5fbb8bacdec9d' into merge_workPrerepa Viswanadham2015-04-102-0/+5
|\|
| * Fix missing #includes needed for glibcScott James Remnant2015-04-026-0/+12
| * Using generic format specifier for logging pointersNitin Arora2015-03-301-1/+1
* | Move HCI command response check to individual command handlersAndre Eisenbach2015-04-031-7/+24
* | Using generic format specifier for logging pointersNitin Arora2015-04-021-1/+1
* | Fix build issues in bluedroid on masterEtan Cohen2015-03-316-0/+9
|/
* Remove unused file hci/include/bt_hci_lib.hChris Manton2015-03-262-207/+0
* Change logtag to conform to rest of moduleChris Manton2015-03-261-1/+1
* Move unused include file out of hci_audio.hAndre Eisenbach2015-03-261-2/+0
* Resolved hardware error observed during SCO Connection setupMudumba Ananth2015-03-266-15/+82
* Revert "Resolved hardware error observed during SCO Connection setup"Chris Manton2015-03-251-2/+1
* Resolved hardware error observed during SCO Connection setupMudumba Ananth2015-03-251-1/+2
* Extend Bluetooth startup timeout from 3s to 8sAndre Eisenbach2015-03-231-1/+1
* Demote, cleanup and extend observed loggingChris Manton2015-03-162-2/+2
* Use fully qualified path for btcore includes.Sharvil Nanavati2015-03-161-1/+1
* Use fully qualified path for OSI includes.Sharvil Nanavati2015-03-169-25/+25
* Rejig hci upwards dispatchZach Johnson2015-03-162-13/+45
* Reinstate btsnoop last log savingZach Johnson2015-03-161-3/+12
* Add a hash function for bluetooth addressesZach Johnson2015-03-161-1/+1
* Add key equality function option for hash_mapZach Johnson2015-03-161-1/+1
* Canonicalize HCI logtags with bt_ prefixZach Johnson2015-03-164-4/+4
* Rename Bluetooth binaries to use the net_ and net_test_ prefixes.Sharvil Nanavati2015-03-161-1/+1
* Add platform-independent logging macros to OSI.Sharvil Nanavati2015-03-1614-105/+99
* Adding in some additional, but critical, logs.June R. Tate-Gans2015-03-161-0/+2
* Update module names to not use C preprocessor and to be at top of headers.Sharvil Nanavati2015-03-162-3/+5
* Fixed HAL layer ignore state handlingZach Johnson2015-03-162-6/+74
* Move controller module to device directoryChris Manton2015-03-166-491/+5
* Make hci/ depend on bdroid_CFLAGSSharvil Nanavati2015-03-161-3/+1
* Fix BLE GAP handling after callback refactoringZach Johnson2015-03-162-0/+8
* Don't call null callback in vendor libZach Johnson2015-03-161-1/+3
* Fix accidental hardcoding of 2+ extended feature page numbersZach Johnson2015-03-161-1/+1
* Refactor btm_devctl reset sequenceZach Johnson2015-03-1611-158/+749
* Add a futured version of the HCI transmit_commandZach Johnson2015-03-162-1/+27
* Modulizification of the HCI layerZach Johnson2015-03-166-84/+56
* Refactor btsnoop and stack config into modulesZach Johnson2015-03-163-100/+121
* Fix packet fragmenter so it doesn't request acl sizes unless it's actually an...Zach Johnson2015-03-161-34/+39
* 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-166-156/+172
* Add non-repeating timer wrapper for alarmZach Johnson2015-03-161-22/+16
* HCI layer cleanupZach Johnson2015-03-1630-261/+685
* Sink all HCI transmission management into the HCI layerZach Johnson2015-03-167-165/+401