summaryrefslogtreecommitdiffstats
path: root/btif
Commit message (Expand)AuthorAgeFilesLines
* Delete 0 index LE scan filter at inquiry cancelNitin Arora2015-03-241-0/+6
* Demote, cleanup and extend observed loggingChris Manton2015-03-1629-45/+48
* Use fully qualified path for btcore includes.Sharvil Nanavati2015-03-1611-12/+12
* Use fully qualified path for OSI includes.Sharvil Nanavati2015-03-1613-26/+26
* Add ability to set periodic alarmsZach Johnson2015-03-161-5/+3
* Prevent Memory overbound and initialize variablesVenkatRaghavan VijayaRaghavan2015-03-162-3/+5
* Remove more GKI code.Sharvil Nanavati2015-03-163-9/+8
* Remove dependency on GKI tasks from BTIF media task.Sharvil Nanavati2015-03-161-272/+56
* Remove GKI timersSharvil Nanavati2015-03-162-141/+49
* Collapse more feature flags.Sharvil Nanavati2015-03-161-1/+0
* Drop duplicate profile connection requestsZach Johnson2015-03-161-5/+10
* Rename legacy uuid_copy to not conflictChris Manton2015-03-164-5/+5
* Remove unnecessary newlines at the end of log statements.Sharvil Nanavati2015-03-161-1/+1
* Add platform-independent logging macros to OSI.Sharvil Nanavati2015-03-1627-155/+161
* Enable allocation tracking for eng and userdebug builds.Sharvil Nanavati2015-03-161-0/+5
* Update module names to not use C preprocessor and to be at top of headers.Sharvil Nanavati2015-03-161-2/+2
* Replace BUFFER_Q with list_tChris Manton2015-03-161-169/+129
* ungkibufferize the profile queue, use assertZach Johnson2015-03-161-4/+11
* Remove BTA_CheckEirData, a direct redefinition of BTM_CheckEirDataZach Johnson2015-03-162-7/+7
* Use correct service ID for A2DP source to make way for A2DP sink.Sharvil Nanavati2015-03-163-3/+3
* Move controller module to device directoryChris Manton2015-03-163-3/+3
* Don't dispatch connections in the connection queue until stack comes up.Sharvil Nanavati2015-03-163-16/+26
* Remove uncompiled unused PBAP supportZach Johnson2015-03-161-5/+1
* Remove data_types.hChris Manton2015-03-163-3/+0
* Removal of bd.[c|h]Chris Manton2015-03-1625-25/+2
* Moving btif_sock_sdp to stdint and stdbool.June R. Tate-Gans2015-03-162-45/+49
* Fix how add_sdp_by_uuid passes the uuid to SDP_AddSequenceZach Johnson2015-03-161-1/+4
* Refactoring btif_sock_sdp.c for clarityJune R. Tate-Gans2015-03-161-465/+464
* Revert "BT MAP: added support for email sharing over BT"Zach Johnson2015-03-161-24/+20
* Revert "MAP: SDP corruption"Zach Johnson2015-03-161-5/+2
* Fix NULL pointer dereference in bta_pan_co_tx_path.Sharvil Nanavati2015-03-161-1/+1
* Make build more strict by adding more warning flags.Sharvil Nanavati2015-03-164-32/+15
* Removing a duplicate call to socket_register.June R. Tate-Gans2015-03-161-1/+0
* Remove duplicate local bdaddr management functionsZach Johnson2015-03-164-46/+25
* Refactor btm_devctl reset sequenceZach Johnson2015-03-161-1/+2
* Removing unnecessary BTAPI #defines.June R. Tate-Gans2015-03-161-16/+13
* Modulizification of bt_utilsZach Johnson2015-03-162-3/+3
* Modulizification of btif_configZach Johnson2015-03-164-9/+34
* Move module_management_stop to clean_upZach Johnson2015-03-161-1/+1
* Refactor btsnoop and stack config into modulesZach Johnson2015-03-162-18/+4
* First pass at implementing modulesZach Johnson2015-03-161-0/+4
* Replace bt media GKI task with thread_tChris Manton2015-03-161-15/+29
* Rewerite btif_sendmsg in terms of thread_postZach Johnson2015-03-161-22/+5
* Post adapter_state_changed events to the JNI workqueueZach Johnson2015-03-162-3/+19
* Don't send adapter change until stack manager updates stateZach Johnson2015-03-162-7/+10
* Eliminate memory leak in stack initialization.Sharvil Nanavati2015-03-161-0/+1
* Remove btif enable state managementZach Johnson2015-03-163-107/+17
* Make stack manager functions not finish until action completeZach Johnson2015-03-163-6/+38
* 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-163-57/+215