OSDN Git Service

android-x86/external-bluetooth-bluez.git
2012-10-25 Mikel Astiznetwork: Add network .connect and .disconnect
2012-10-25 Mikel Astiznetwork: Split Network into three btd_profile
2012-10-25 Mikel Astiznetwork: Expose internal connection API
2012-10-25 Mikel Astiznetwork: Trivial function rename
2012-10-25 Mikel Astiznetwork: Specify id while registering server
2012-10-25 Frédéric Danisevent: Remove write of LastSeen info
2012-10-25 Frédéric Danisadapter: Move storage names to cache directory
2012-10-25 Frédéric DanisTODO: Add entry to remove storage convertion function
2012-10-25 Frédéric Danisadapter: Move saved config to ini-file format
2012-10-25 Frédéric Danisadapter: Read mode in storage at init
2012-10-25 Frédéric Danisadapter: Read discoverable timeout in storage at init
2012-10-25 Frédéric Danisadapter: Read pairable timeout in storage at init
2012-10-25 Frédéric Danisadapter: Move pairable read to load_config()
2012-10-25 Frédéric Danisadapter: Remove device class storage
2012-10-25 Frédéric Danisadaptername: Retrieve config name from adapter
2012-10-25 Frédéric Danisadapter: Read name in storage at init
2012-10-25 Frédéric Danisdoc: Add settings storage documentation
2012-10-23 Michael Knudsendoc: Fix typo in media API
2012-10-22 Johan Hedbergdoc: Add missing info of peripheral setting to mgmt API
2012-10-22 Johan Hedbergmgmt: Remove LE prefix from the peripheral setting
2012-10-22 Johan Hedbergmgmt: Add support for LE peripheral mode
2012-10-22 Johan Hedbergbtmgmt: Add basic EIR parsing
2012-10-22 Johan Hedbergcore: Remove unnecessary include from glib-helper.c
2012-10-19 Johan Hedbergsap: Fix connected property fetching when not connected
2012-10-19 Ludek Finstrleattrib: Fix memory leak if att_data_list_alloc fails
2012-10-19 Lucas De Marchidoc: Update Health to BlueZ 5
2012-10-19 Lucas De Marchihealth: Convert HealthDevice to DBus.Properties
2012-10-19 Lucas De Marchihealth: Convert HealthChannel to DBus.Properties
2012-10-19 Lucas De Marchisap: Convert to DBus.Properties
2012-10-19 Lucas De Marchisap: Fix usage of wrong struct in get_properties()
2012-10-19 Lucas De Marchiinput: Fix not sending PropertiesChanged signal
2012-10-19 Lucas De Marchicore: Update gdbus function calls
2012-10-19 Lucas De Marchigdbus: Remove connection from pending_property functions
2012-10-18 Anderson Lizardoadapter: Fix memory leak on discovery cleanup
2012-10-17 Johan Hedbergtest: List only specified adapter's devices in list...
2012-10-17 Mikel Astizdevice: Fix modifying list while iterating
2012-10-17 Andrzej Kaczmarekheartrate: Always write measurement CCC on discovery
2012-10-17 Johan Hedbergdoc: Update to match latest BlueZ 5 API
2012-10-16 Szymon Jancadapter: Remove not used defines
2012-10-16 Szymon Janclib: Simplify str2ba function
2012-10-16 Szymon Jancmgmt: Remove not used members from controller_info
2012-10-16 Szymon Jancinput: Remove not needed adapters list in manager
2012-10-16 Szymon Jancnetwork: Remove redundant struct network_peer members
2012-10-16 Szymon Jancaudio: Remove path from struct audio_device
2012-10-16 Szymon Jancmgmt: Make mgmt_update_powered return void
2012-10-16 Szymon Jancaudio: Move btd_device unref after last use in device_free
2012-10-16 Johan Hedbergdevice: Mark services as resolved also when loading...
2012-10-16 Luiz Augusto... control: Add Control.Disconnect method
2012-10-16 Luiz Augusto... control: Add Control.Connect API
2012-10-16 Luiz Augusto... control: Add basic support for AVRCP 1.0 controller
2012-10-16 Luiz Augusto... AVRCP: Add proper role init procedure
2012-10-16 Luiz Augusto... AVRCP: Fix handling TG PDUs as they were CT PDUs
2012-10-16 Luiz Augusto... AVRCP: Fix reading wrong profile when acting as a contr...
2012-10-16 Luiz Augusto... AVCTP: Add proper queueing for channels
2012-10-16 Luiz Augusto... AVCTP: Add proper prefix to AVC passthrough codes
2012-10-16 Luiz Augusto... AVCTP: Wait confirmation to send button release
2012-10-16 Luiz Augusto... AVCTP: Make use of allocate buffer to send data
2012-10-16 Luiz Augusto... AVRCP: Simplify state_changed callback
2012-10-16 Luiz Augusto... AVRCP: Fix crash on disconnect
2012-10-16 Luiz Augusto... AVRCP: Register to AVCTP state changes without dependin...
2012-10-16 Luiz Augusto... AVCTP: Allocate memory to hold incoming/outgoing PDUs
2012-10-16 Luiz Augusto... AVCTP: Simplify channel handling
2012-10-15 Johan Hedbergadapter: Use g_slist_free_full for cleaning up discover...
2012-10-15 Johan Hedbergadapter: Use idle callbacks for forcing DevicesFound...
2012-10-15 Johan Hedbergtest: Add timeout option to simple-agent
2012-10-15 Johan Hedbergdevice: Implement Device.CancelPairing method
2012-10-15 Johan Hedbergadapter: Remove legacy CancelDeviceCreation method
2012-10-15 Johan Hedbergtest: Update simple-agent to support the new Device...
2012-10-15 Johan HedbergTODO: Mark CreateDevice/CreatePairedDevice removal...
2012-10-15 Johan Hedbergcore: Add timer for removing temporary discovered devic...
2012-10-15 Johan Hedberggdbus: Fix invalid memory access during interface removal
2012-10-15 Luiz Augusto... media: Fix leaking endpoint in case of failure to regis...
2012-10-13 Andrzej Kaczmarekheartrate: Convert to DBus.Properties
2012-10-13 Andrzej Kaczmarekheartrate: Remove unused measurement characteristic...
2012-10-13 Andrzej Kaczmarekheartrate: Fix registration of notification handler
2012-10-13 Lucas De Marchiinput: Convert to DBus.Properties
2012-10-12 Johan Hedbergtest: Update test-discovery to match new API
2012-10-12 Johan Hedbergadapter: Add DevicesFound signal
2012-10-12 Johan Hedberggdbus: Add g_dbus_get_properties function
2012-10-12 Johan Hedbergdoc: Update adapter and device D-Bus APIs
2012-10-12 Johan Hedbergadapter: Remove out of range devices tracking
2012-10-12 Johan Hedbergcore: Create devices dynamically during discovery
2012-10-12 Johan Hedbergtest: Update test-discovery to support the latest API
2012-10-12 Johan Hedbergadapter: Remove Create(Paired)Device methods
2012-10-12 Johan Hedbergdevice: Add device_name_known convenience function
2012-10-12 Johan Hedbergdevice: Add LegacyPairing and RSSI properties
2012-10-12 Gustavo Padovanrctest: add option to save received data to file
2012-10-12 Gustavo Padovanrctest: add automated test
2012-10-11 Johan Hedberggdbus: Add support for invalidated properties
2012-10-11 Johan Hedberghog: Fix passing NULL pointer to g_attrib_unregister
2012-10-11 João Paulo... hog: Fix requested range for descriptor discovery
2012-10-11 João Paulo... hog: Fix characteristic descriptor discovery
2012-10-11 João Paulo... core: Fix connecting to an already connected device...
2012-10-11 Vinicius Costa... test: Add support for passing address type to btiotest
2012-10-11 Vinicius Costa... gas: Add the per handle GATT event notifier
2012-10-11 Vinicius Costa... heartrate: Use the per handle GATT event notifier
2012-10-11 Vinicius Costa... hog: Use the per handle GATT event notifier
2012-10-11 Vinicius Costa... scan: Use the per handle GATT event notifier
2012-10-11 Vinicius Costa... gattrib: Add support for listening for events for speci...
2012-10-11 Vinicius Costa... gas: Only do the Exchange MTU procedure over LE links
next