OSDN Git Service

android-x86/external-bluetooth-bluez.git
2012-11-21 Luiz Augusto... control: Expose internal connection API
2012-11-21 Mikel Astizsink: Add profile .connect and .disconnect
2012-11-21 Mikel Astizsource: Add profile .connect and .disconnect
2012-11-21 Mikel Astizaudio: Split A2DP into two btd_profile
2012-11-21 Luiz Augusto... core: Fix connection order of Device.Connect
2012-11-21 Johan Hedbergneard: Be more consistent in error handling and variabl...
2012-11-21 Frédéric Danisneard: Set device class in device object
2012-11-21 Luiz Augusto... audio: Remove another leftover of HFP code
2012-11-21 Frédéric Danisdoc: Add HFP design document
2012-11-21 Szymon Jancgdbus: Remove not needed NULL pointer checks
2012-11-21 Marcel Holtmannmonitor: Handle attribute lists for SDP records
2012-11-21 Marcel Holtmannmonitor: Track SDP continuation for attribute lists
2012-11-20 Marcel Holtmannmonitor: Handle UUID-32 and UUID-128 values
2012-11-20 Marcel Holtmannmonitor: Decode SDP element data structures
2012-11-20 Marcel Holtmannmonitor: Add basic attribute UUID decoding
2012-11-20 Marcel Holtmannbuild: Remove stupid -I directives
2012-11-20 Bart Westgeestsdp: Upgrade datatype SEQ8 to SEQ16 when data size...
2012-11-20 Bart Westgeestsdp: Limit side effects of sdp_get_data_type and sdp_ge...
2012-11-20 Bart Westgeestsdp: Inlined single use of function sdp_set_data_type
2012-11-20 Alexander Hollerhid2hci: change subsystem in udev rule from usb to...
2012-11-20 Johan Hedbergcore: Fix freeing pending profile messages in device_free
2012-11-20 Johan Hedbergcore: Implement Device.DisconnectProfile method
2012-11-20 Johan Hedbergcore: Add external profile disconnection support
2012-11-20 Johan Hedbergtest: Add RequestDisconnection support to test-profile
2012-11-20 Luiz Augusto... audio: Remove leftover of HFP profile
2012-11-20 Mikel Astizsink: Expose internal connection API
2012-11-20 Mikel Astizsource: Expose internal connection API
2012-11-20 Mikel Astizsource: Add missing code in source_disconnect()
2012-11-20 Mikel Astizsink: Generalize disconnection function
2012-11-20 Mikel Astizaudio: Trivial function renames
2012-11-20 Johan Hedberggaptest: Update to use D-Bus properties
2012-11-20 Johan Hedbergnetwork: Add missing local_uuid values
2012-11-20 Johan Hedberginput: Add missing local_uuid entry
2012-11-20 Szymon Jancneard: Append hash/randomizer in EIR only if remote...
2012-11-20 Szymon Jancneard: Add support for nokia.com:bt type
2012-11-20 Szymon Jancneard: Move device object checking into separate helper
2012-11-20 Szymon Jancneard: Use ENONET error when adapter is not enabled
2012-11-20 Frédéric Dalleaubtiotest: Enable deferred setup for sco sockets
2012-11-20 Frédéric Dalleauscotest: Add deferred setup option
2012-11-20 Luiz Augusto... audio: Auto connect AVRCP in case of A2DP source is...
2012-11-19 Johan Hedbergtest: Add simple HFP test script
2012-11-19 Szymon Jancdevice: Fix minor whitespace issues
2012-11-19 Szymon Jancdevice: Remove not really used auto_id member from...
2012-11-19 Szymon Jancadapter: Minor whitespace fix in btd_adapter_set_class
2012-11-19 Szymon Jancadapter: Remove not needed variable from btd_adapter_start
2012-11-19 Szymon Jancadapter: Remove not needed variable from btd_adapter_ge...
2012-11-18 Johan Hedbergcore: Fix checking profiles with no local_uuid
2012-11-17 Marcel Holtmannmonitor: Decode a few Attribute PDUs
2012-11-17 Johan Hedbergcore: Fix SDP registration when staring server sockets...
2012-11-17 Johan Hedbergcore: Add support for generic L2CAP & RFCOMM profiles
2012-11-17 Johan Hedbergcore: Fix external profile remote UUID setting
2012-11-17 Johan Hedbergtest: Add support for dynamic channels and PSMs to...
2012-11-17 Johan Hedbergtest: Add random UUID support to test-profile
2012-11-17 Johan Hedbergsdp-xml: Fix parsing of unknown elements
2012-11-17 Marcel Holtmannmonitor: Fix some AMP controller decodings
2012-11-17 Marcel Holtmannmonitor: Decode Security Manager Protocol
2012-11-17 Marcel Holtmannmonitor: Use callback tables for ATT and SMP
2012-11-17 Marcel Holtmannmonitor: Decode AMP Manager Protocol packets
2012-11-16 Marcel Holtmannmonitor: Fix typo with Read Stored Link Keys command
2012-11-16 Marcel Holtmannmonitor: Add basic decoding for SDP transactions
2012-11-16 Luiz Augusto... audio: Bump A2DP version to 1.3
2012-11-16 Johan Hedbergcore: Add support for custom SPP service UUIDs
2012-11-16 Johan Hedbergtest: Add support for profile Service property
2012-11-16 Johan Hedbergcore: Add default PBAP Server service record
2012-11-16 Johan Hedbergcore: Add default entry for PBAP Client
2012-11-16 Johan Hedbergcore: Move external profile record handles into a commo...
2012-11-16 Johan Hedbergcore: Add Service property for external profiles
2012-11-16 Frédéric Danisdbusoob: Set device class in device object
2012-11-16 Frédéric Danisevent: Set device class in device object
2012-11-16 Frédéric Danisadapter: Set device class in device object
2012-11-16 Frédéric Danisdevice: Retrieve class from storage
2012-11-16 Frédéric Danisadapter: Convert storage classes
2012-11-16 Frédéric Danisdevice: Device_remove_stored removes device directory
2012-11-16 Frédéric Danisdevice: Remove storage path #defines
2012-11-16 Syam Sidhardhangdbus: Replace leading spaces with tabs
2012-11-16 Marcel Holtmannmonitor: Track L2CAP channel modes
2012-11-15 Marcel Holtmannmonitor: Handle PSM assignment for AMP controllers
2012-11-15 Marcel Holtmannmonitor: Track L2CAP PSM assignment
2012-11-15 Marcel Holtmannmonitor: Use L2CAP frame structure for extended information
2012-11-15 Johan Hedbergcore: Use ext_io for client PSM/channel lookups
2012-11-15 Luiz Augusto... core: Make exit sequence consistent with init
2012-11-15 Luiz Augusto... core: Fix registering '/org/bluez' path before '/'
2012-11-15 Johan Hedbergcore: Add common synonyms to to MAP MSE and MCE roles
2012-11-15 Johan Hedbergcore: Add default SDP record for FTP
2012-11-15 Johan Hedbergcore: Use "real" channel from ext_io for SDP records
2012-11-15 Johan Hedbergcore: Add support for default OPP record
2012-11-15 Johan Hedbergcore: Allow dynamically allocated PSMs and Channels...
2012-11-15 Johan Hedbergcore: Keep local and remote channel/PSM info separate...
2012-11-15 Johan Hedbergcore: Add default DUN record for external profiles
2012-11-15 Johan Hedbergcore: Add default SPP record for external profiles
2012-11-15 Johan Hedbergtest: Remove hardcoded default name from test-profile
2012-11-15 Johan Hedbergcore: Add default names for known profiles
2012-11-15 Johan Hedbergcore: Remove useless ext_get_record function
2012-11-15 Johan Hedbergcore: Add HFP AG defautl record for external profiles
2012-11-15 Johan Hedberglib: Add new Network attribute define for HFP 1.6 AG...
2012-11-15 Johan Hedbergcore: Remove unneeded line in XML record definition
2012-11-15 Marcel Holtmannmonitor: Add decoding of L2CAP configuration options
2012-11-14 Syam Sidhardhangdbus: Fix compilation error due to missing #defines
2012-11-14 Johan Hedbergdoc: Add Version and Features parameters for RegisterPr...
2012-11-14 Johan Hedbergtest: Remove unneeded XML record from test-profile
next