OSDN Git Service

android-x86/system-bt.git
2015-03-27 Zach JohnsonRewrite alarms to use a single posix timer instance
2015-03-27 Mudumba AnanthResolved hardware error observed during SCO Connection...
2015-03-26 Andre EisenbachMerge "Add section on booleans and bitfields to the...
2015-03-25 Zach JohnsonAdd section on booleans and bitfields to the style...
2015-03-25 Nitin AroraRectify allocation of GATT control block
2015-03-25 Chris MantonRevert "Resolved hardware error observed during SCO...
2015-03-25 Mudumba AnanthResolved hardware error observed during SCO Connection...
2015-03-24 Nitin AroraAllow dual-mode devices to be processed by BR/EDR scan
2015-03-24 Zach JohnsonRewrite alarm to avoid drift in the periodic version
2015-03-24 Andre EisenbachMerge "Remove unused remote_name_* variables" into...
2015-03-24 Andre EisenbachRemove unused remote_name_* variables
2015-03-24 Andre EisenbachMerge "Style guide: Use C99 style flexible arrays"...
2015-03-24 Andre EisenbachStyle guide: Use C99 style flexible arrays
2015-03-24 Nitin AroraDelete 0 index LE scan filter at inquiry cancel
2015-03-24 Nitin AroraIgnore LE security request if BR/EDR pairing is ongoing
2015-03-23 Andre EisenbachMerge "Extend Bluetooth startup timeout from 3s to...
2015-03-23 Andre EisenbachMerge "Reset LE connecting flag on disconnect only...
2015-03-23 Andre EisenbachMerge "Remove ACL connection reference counting" into...
2015-03-23 Nitin AroraReset LE connecting flag on disconnect only if BDA...
2015-03-23 Nitin AroraSend GATT discovery complete only if discovery is active
2015-03-23 Andre EisenbachExtend Bluetooth startup timeout from 3s to 8s
2015-03-20 Andre EisenbachRemove ACL connection reference counting
2015-03-16 Chris MantonDemote, cleanup and extend observed logging
2015-03-16 Sharvil NanavatiCode formatting and language feature additions to the...
2015-03-16 Sharvil NanavatiUse fully qualified path for btcore includes.
2015-03-16 Sharvil NanavatiUse fully qualified path for OSI includes.
2015-03-16 Sharvil NanavatiStart putting together a style guide for bluedroid.
2015-03-16 Sharvil NanavatiAtomically update config files.
2015-03-16 Zach JohnsonAdd ability to set periodic alarms
2015-03-16 Chris MantonAllocate a2d list properly
2015-03-16 Zach JohnsonRemove dead code checks for BLE support
2015-03-16 Zach JohnsonRejig hci upwards dispatch
2015-03-16 Zach JohnsonReinstate btsnoop last log saving
2015-03-16 VenkatRaghavan... Prevent Memory overbound and initialize variables
2015-03-16 VenkatRaghavan... Resolved trace level issue for AVDTP
2015-03-16 Zach JohnsonMove list function comments to the header file
2015-03-16 Zach JohnsonMove hashmap function comments to the header file
2015-03-16 Sharvil NanavatiRemove more GKI code.
2015-03-16 Sharvil NanavatiRemove dependency on GKI tasks from BTIF media task.
2015-03-16 Sharvil NanavatiDon't call GKI_send_event on BTU task since it's not...
2015-03-16 Sharvil NanavatiRemove GKI timers
2015-03-16 June R. Tate... Adding some documentation for the power management...
2015-03-16 Zach JohnsonAdd sniff changed log statement on the mode changed...
2015-03-16 Sharvil NanavatiCollapse BNEP #defines that don't need to be configurable.
2015-03-16 Sharvil NanavatiAdd a new l2cap_client class.
2015-03-16 Sharvil NanavatiAdd connection-specific function L2CA_SetConnectionCall...
2015-03-16 Chris Mantonproperty api unification, naming and testing
2015-03-16 Sharvil NanavatiAdd a reference counted buffer implementation.
2015-03-16 Sharvil NanavatiCollapse more feature flags.
2015-03-16 Sharvil NanavatiCollapse RFCOMM_INCLUDED and GAP_INCLUDED guards.
2015-03-16 Sharvil NanavatiDelete unused Broadcom-specific extensions API.
2015-03-16 Sharvil NanavatiEliminate unusable wcassert code in favor of plain...
2015-03-16 Zach JohnsonDrop duplicate profile connection requests
2015-03-16 Chris MantonData type representing the bluetooth iac parameter
2015-03-16 June R. Tate... First pass at the bluedroid profile manager.
2015-03-16 Chris MantonRename legacy uuid_copy to not conflict
2015-03-16 Chris MantonAdd size_t inclusion
2015-03-16 Chris Mantonbt property object
2015-03-16 Chris MantonAdd bdcopy method
2015-03-16 Zach JohnsonRemove some more unused functions in btm_acl
2015-03-16 Zach JohnsonRemove unused read link policy + friends
2015-03-16 Zach JohnsonRemove unused link supervision timeout code
2015-03-16 Chris Mantonuuid_test
2015-03-16 Chris MantonDevice class implementation
2015-03-16 Chris MantonAdd compile time checks
2015-03-16 Chris MantonAdd more uuid methods
2015-03-16 Zach JohnsonAdd a simple classic peer
2015-03-16 Zach JohnsonAdd a hash function for bluetooth addresses
2015-03-16 Zach JohnsonAdd key equality function option for hash_map
2015-03-16 Zach JohnsonClean up unused functions in btm_sec
2015-03-16 Zach JohnsonRemove unused security abort callback
2015-03-16 Zach JohnsonRemove link key request callback
2015-03-16 Zach JohnsonCanonicalize HCI logtags with bt_ prefix
2015-03-16 Zach JohnsonAdd bash script for running unit tests
2015-03-16 Sharvil NanavatiRename Bluetooth binaries to use the net_ and net_test_...
2015-03-16 Steve GuSometimes I forget stopping shell before running bdtest.
2015-03-16 Sharvil NanavatiRemove unnecessary newlines at the end of log statements.
2015-03-16 Sharvil NanavatiAdd platform-independent logging macros to OSI.
2015-03-16 Zach JohnsonRemove unused ACL packet size getters, remove unused...
2015-03-16 Sharvil NanavatiExtend bdtool to accept / initiate SCO connections.
2015-03-16 Sharvil NanavatiRemove unused shell script, gen-buildcfg.sh.
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
next