summaryrefslogtreecommitdiffstats
path: root/btcore
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix module cleanup.Ajay Kumar2016-08-241-4/+4
* Add a log message to capture NULL pointer in l2c_link_hci_disc_comp()Pavlin Radoslavov2016-05-171-0/+2
* Fix issues during cleanup stage of the Bluetooth stackPavlin Radoslavov2016-04-261-13/+22
* Fix FD leak caused by module wrapper threadManu Viswanadhan2016-04-221-1/+1
* Enable debug logs for bluetooth process threads, modulesSrinu Jella2016-03-251-0/+7
* Add missing file to BUILD.gnJakub Pawlowski2016-03-251-0/+1
* Update build files for Fluoride on LinuxJakub Pawlowski2016-03-251-2/+6
* Get rid of counterJakub Pawlowski2016-02-235-562/+0
* Cleanup C and C++ compiler flagsPavlin Radoslavov2016-02-181-11/+23
* Removed checks for NULL returns after osi_calloc() / osi_malloc()Pavlin Radoslavov2016-02-183-17/+1
* Add support for native kernel and callout wakelocksPavlin Radoslavov2016-01-211-0/+2
* Add missing initialization of module OSI_MODULEPavlin Radoslavov2015-11-251-1/+1
* Null-terminate hex string in uuid_new()Ajay Panicker2015-11-111-1/+1
* Removed libpower-related references.Pavlin Radoslavov2015-11-051-1/+1
* GKI cleanup - Moved functions GKI_disable() and GKI_enable() to OSIPavlin Radoslavov2015-10-191-2/+9
* GKI cleanup - Moved GKI_get_os_tick_count() to OSIPavlin Radoslavov2015-10-192-2/+0
* Disable opening network debug ports for security reasonsPavlin Radoslavov2015-10-191-0/+8
* Add libpower as a dependency to all device targets that include libosi.Sharvil Nanavati2015-10-191-1/+1
* Enable clang compilation, use stdatomic.h.Chih-Hung Hsieh2015-08-212-16/+9
* Compile libbtcore and libosi for hostArman Uguray2015-08-041-28/+63
* gn-build: Add bluetooth-service targetArman Uguray2015-07-224-0/+118
* build: Update osi log functions, use consistentlyMarie Janssen2015-07-062-25/+25
* Moved the OSI alarm_shutdown() operations to alarm_cleanup()Pavlin Radoslavov2015-06-101-11/+2
* Add missing clean_up step for the OSI module.Pavlin Radoslavov2015-06-101-1/+6
* Build the shared library with --whole-archiveZach Johnson2015-06-081-33/+2
* Include osi_module reference in module_init funcionAndre Eisenbach2015-06-081-0/+9
* Shutdown alarm callbacks on stack disable; added OSI moduleAndre Eisenbach2015-06-083-0/+66
* gn-build: Clean up GN filesArman Uguray2015-06-011-2/+2
* build: Build net_test_btcore using GN + ninjaMarie Janssen2015-05-292-0/+4
* Set default symbol visibility to 'hidden'.Ian Coolidge2015-05-271-1/+1
* build: Add missing copyright headers to new GN build filesArman Uguray2015-05-261-0/+16
* Initial attempt at a GN/Ninja-based build systemScott James Remnant2015-05-121-0/+39
* Work around clang/llvm compilation problems.Chih-Hung Hsieh2015-05-072-1/+6
* Fix dlsym change/failure by hard-coding internal module references.Etan Cohen2015-04-011-1/+26
* Fix build issues in bluedroid on masterEtan Cohen2015-03-311-0/+1
* Demote, cleanup and extend observed loggingChris Manton2015-03-162-2/+2
* Use fully qualified path for btcore includes.Sharvil Nanavati2015-03-163-4/+4
* Use fully qualified path for OSI includes.Sharvil Nanavati2015-03-162-10/+10
* property api unification, naming and testingChris Manton2015-03-163-173/+374
* Data type representing the bluetooth iac parameterChris Manton2015-03-161-0/+27
* bt property objectChris Manton2015-03-164-14/+152
* Add bdcopy methodChris Manton2015-03-162-0/+11
* uuid_testChris Manton2015-03-161-0/+166
* Device class implementationChris Manton2015-03-164-0/+473
* Add more uuid methodsChris Manton2015-03-163-1/+192
* Add a hash function for bluetooth addressesZach Johnson2015-03-166-2/+64
* Add key equality function option for hash_mapZach Johnson2015-03-162-2/+3
* 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-162-20/+20
* Add counter unit testsChris Manton2015-03-162-0/+123