OSDN Git Service

android-x86/system-bt.git
2015-03-16 Sharvil NanavatiAdd RFCOMM result code string for an unspecified error.
2015-03-16 June R. Tate... Adding some logging for the close states for RFCOMM...
2015-03-16 Sharvil NanavatiFix bug in SDP server where it would get into an infini...
2015-03-16 Sharvil NanavatiIntroduce a growing array class.
2015-03-16 Zach JohnsonIncrease GKI buffer size
2015-03-16 Chris MantonAdd counter unit tests
2015-03-16 Chris MantonExplicitly add include paths
2015-03-16 Sharvil NanavatiEnable allocation tracking for eng and userdebug builds.
2015-03-16 Sharvil NanavatiAdd a "setDiscoverable" command to hci.
2015-03-16 June R. Tate... Adding in some additional, but critical, logs.
2015-03-16 Sharvil NanavatiUpdate module names to not use C preprocessor and to...
2015-03-16 Chris MantonReplace BUFFER_Q with list_t #2
2015-03-16 Chris MantonReplace BUFFER_Q with list_t
2015-03-16 Chris MantonGeneral tidy up of L2CAP flow control
2015-03-16 Chris MantonProperly iterate when removing from list
2015-03-16 Chris MantonAdd error checking when getting property
2015-03-16 Chris MantonExpand include pathnames and add bd root path
2015-03-16 Zach JohnsonBack GKI buffers with malloc
2015-03-16 Zach Johnsonungkibufferize the profile queue, use assert
2015-03-16 Sharvil NanavatiPrint out every power management mode switch initiated...
2015-03-16 Zach JohnsonFixed HAL layer ignore state handling
2015-03-16 Sharvil NanavatiAdd a command line flag to skip sanity test suite.
2015-03-16 Sharvil Nanavatibdtest: read the paired device's bdaddr from the stack...
2015-03-16 Zach JohnsonRemove ptim and associated GKI timer functions
2015-03-16 Zach JohnsonRemove some remaining references to message based timers
2015-03-16 Zach JohnsonRemove unused link key functions from devctl
2015-03-16 Steve GuModify bdtest to enable running individual tests by...
2015-03-16 Zach JohnsonRemove the afh functions from btm_devctl
2015-03-16 Zach JohnsonRemove BTA_CheckEirData, a direct redefinition of BTM_C...
2015-03-16 Zach JohnsonRemove some functionredefinitions from bta dm
2015-03-16 Sharvil NanavatiUse correct service ID for A2DP source to make way...
2015-03-16 Sharvil NanavatiL2CAP: expose a function to return the RCID and ACL...
2015-03-16 Chris MantonMove controller module to device directory
2015-03-16 Chris MantonUnused function
2015-03-16 Chris MantonRemove unused inquiry DB functions
2015-03-16 Chris MantonRemove always true definition BTM_EIR_SERVER_INCLUDED
2015-03-16 Chris MantonRemoving unused function BTA_DmSetScanParam()
2015-03-16 Chris MantonRemove always true BTM_USE_INQ_RESULTS_FILTER
2015-03-16 Chris MantonRemove always false flag BTM_BYPASS_EVENT_FILTERING
2015-03-16 Chris MantonInstrument data flow a bit
2015-03-16 Sharvil NanavatiDon't dispatch connections in the connection queue...
2015-03-16 Chris Mantoncounter implementation
2015-03-16 Chris MantonRemove duplicate functionality
2015-03-16 Zach JohnsonRemove uncompiled unused PBAP support
2015-03-16 Chris MantonRemove unused functions BTM_RegForLstoEvt/btm_acl_set_d...
2015-03-16 Chris MantonRemove always true BTM_PWR_MGR_INCLUDED
2015-03-16 Chris MantonRemove always true BTM_BUSY_LEVEL_CHANGE_INCLUDED
2015-03-16 Chris MantonRemove data_types.h
2015-03-16 Chris MantonActually remove bd.[c|h]
2015-03-16 Chris MantonRemoval of bd.[c|h]
2015-03-16 June R. Tate... Moving btif_sock_sdp to stdint and stdbool.
2015-03-16 Zach JohnsonFix how add_sdp_by_uuid passes the uuid to SDP_AddSequence
2015-03-16 June R. Tate... Refactoring btif_sock_sdp.c for clarity
2015-03-16 Zach JohnsonRevert "BT MAP: added support for email sharing over BT"
2015-03-16 Zach JohnsonRevert "MAP: SDP corruption"
2015-03-16 Andre EisenbachRevert "Forgot device/Android.mk"
2015-03-16 Andre EisenbachRevert "Remove unused inquiry variables"
2015-03-16 Chris MantonForgot device/Android.mk
2015-03-16 Chris MantonRemove always undefined BTM_EIR_UUID_LKUP_TBL
2015-03-16 Chris MantonRemove always true definition BTM_EIR_CLIENT_INCLUDED
2015-03-16 Chris MantonRemove unused inquiry variables
2015-03-16 Sharvil NanavatiA2DP sink: reply with success on Start command.
2015-03-16 Andre EisenbachFix bdtool compile errors
2015-03-16 Sharvil NanavatiAdd Android.mk to tools/ directory.
2015-03-16 Sharvil NanavatiDon't touch alarm's contents if it has already been...
2015-03-16 Sharvil NanavatiFix NULL pointer dereference in bta_pan_co_tx_path.
2015-03-16 Chris MantonDirectory layout documentation
2015-03-16 Sharvil NanavatiDocument network ports used by bluedroid.
2015-03-16 Sharvil NanavatiDocument the set of log tags used by bluedroid.
2015-03-16 Sharvil Nanavatiavdt: Make sure LCID field is filled out even on incomi...
2015-03-16 Zach JohnsonMake bdtest report the total number of tests (sanity...
2015-03-16 Zach JohnsonChange bdtest text color gray to the default color
2015-03-16 Sharvil NanavatiAdd system tests for RFCOMM sockets.
2015-03-16 Sharvil NanavatiAdd a watchdog timer to test suite.
2015-03-16 Sharvil NanavatiOnly colorize test result output if stdout is attached...
2015-03-16 Sharvil NanavatiMake build more strict by adding more warning flags.
2015-03-16 June R. Tate... Removing a duplicate call to socket_register.
2015-03-16 Chris MantonFirst entry for bdtool
2015-03-16 Zach JohnsonComment said BTM_PM_SNIFF_SLOT_WORK_AROUND would be...
2015-03-16 Sharvil NanavatiMake hci/ depend on bdroid_CFLAGS
2015-03-16 Zach JohnsonFix BLE GAP handling after callback refactoring
2015-03-16 Zach JohnsonRemove unused function BTM_ChangeLinkKey & friends
2015-03-16 Sharvil NanavatiRemove excessive log message from btu_task.
2015-03-16 Zach JohnsonRemove some remaining references to OBX
2015-03-16 Zach JohnsonRemove a bunch of always-false macros
2015-03-16 Zach JohnsonRemove definitions for DUN
2015-03-16 Zach JohnsonRemove always false TCS_INCLUDED macro & friends
2015-03-16 Zach JohnsonRemove remaining references to GOEP
2015-03-16 Zach JohnsonRemove unused header utfc.h
2015-03-16 Zach JohnsonRemove a bunch of unused functions and definitions...
2015-03-16 Zach JohnsonRemove unused macros LMP_TEST and BTISE
2015-03-16 Zach JohnsonDisambiguate event mask setting for bluetooth DUT mode
2015-03-16 Zach JohnsonRemove unused code in GAP
2015-03-16 Zach JohnsonDon't call null callback in vendor lib
2015-03-16 Zach JohnsonFix accidental hardcoding of 2+ extended feature page...
2015-03-16 Chris MantonMove properties data primitive into btcore
2015-03-16 Zach JohnsonAdd comments to the device features and event mask...
2015-03-16 Zach JohnsonRemove L2CAP_CORRUPT_ERTM_PKTS macro
2015-03-16 Zach JohnsonRefactor bta_jv functions
2015-03-16 Zach JohnsonRemove duplicate local bdaddr management functions
next