summaryrefslogtreecommitdiffstats
path: root/btif/src/stack_manager.c
Commit message (Expand)AuthorAgeFilesLines
* Moved the OSI alarm_shutdown() operations to alarm_cleanup()Pavlin Radoslavov2015-06-011-3/+1
* Add missing clean_up step for the OSI module.Pavlin Radoslavov2015-05-281-0/+1
* Shutdown alarm callbacks on stack disable; added OSI moduleAndre Eisenbach2015-05-181-0/+4
* Use fully qualified path for btcore includes.Sharvil Nanavati2015-03-161-1/+1
* Use fully qualified path for OSI includes.Sharvil Nanavati2015-03-161-3/+3
* Add platform-independent logging macros to OSI.Sharvil Nanavati2015-03-161-13/+13
* Move controller module to device directoryChris Manton2015-03-161-1/+1
* Don't dispatch connections in the connection queue until stack comes up.Sharvil Nanavati2015-03-161-0/+4
* Refactor btm_devctl reset sequenceZach Johnson2015-03-161-1/+2
* Modulizification of bt_utilsZach Johnson2015-03-161-1/+3
* Modulizification of btif_configZach Johnson2015-03-161-0/+8
* Move module_management_stop to clean_upZach Johnson2015-03-161-1/+1
* First pass at implementing modulesZach Johnson2015-03-161-0/+4
* Post adapter_state_changed events to the JNI workqueueZach Johnson2015-03-161-2/+15
* Don't send adapter change until stack manager updates stateZach Johnson2015-03-161-2/+9
* Eliminate memory leak in stack initialization.Sharvil Nanavati2015-03-161-0/+1
* Remove btif enable state managementZach Johnson2015-03-161-2/+11
* Make stack manager functions not finish until action completeZach Johnson2015-03-161-4/+22
* s/async_result/future/g and also improve the future APIZach Johnson2015-03-161-1/+0
* Move all stack init/start_up/shut_down/clean_up on a single known threadZach Johnson2015-03-161-0/+164