OSDN Git Service

android-x86/external-bluetooth-bluez.git
2012-12-17 Johan Hedbergtest: Update simple-agent to use AgentManager1.RequestD...
2012-12-17 Luiz Augusto... TODO: Mark Convert obexd & obex-client to ObjectManager...
2012-12-17 Luiz Augusto... obex-client: Enable ObjectManager
2012-12-17 Luiz Augusto... obexd: Remove SessionCreated and SessionRemoved signals
2012-12-17 Luiz Augusto... obexd: Enable ObjectManager
2012-12-17 Luiz Augusto... obexd: Port session interface to use D-Bus Properties
2012-12-17 Johan Hedbergcore: Fix ref count for device_create
2012-12-17 Johan Hedbergtest: Remove non-existent agent callback from simple...
2012-12-17 Johan Hedbergcore: Fix removing profiles from the connected profiles...
2012-12-17 Johan Hedbergcore: Fix loading devices without any SDP records
2012-12-17 Johan Hedbergcore: Remove device->agent (superceeded by bonding...
2012-12-17 Johan Hedbergtest: Update simple-agent to match AgentManager1 interface
2012-12-17 Johan Hedbergcore: Clear default agent in agent_disconnect()
2012-12-17 Johan Hedbergcore: Set implicit default agent when first agent registers
2012-12-17 Johan Hedbergcore: Fix looking up "any" agent from the hash table
2012-12-17 Johan Hedbergcore: Remove unused agent_matches function
2012-12-17 Johan Hedbergcore: Remove unused agent_is_busy function
2012-12-17 Johan Hedbergcore: Update adapter IO capability based on default...
2012-12-17 Johan Hedbergcore: Make agent_create private to agent.c
2012-12-17 Johan Hedbergcore: Implement AgentManager1.RequestDefault
2012-12-17 Johan Hedbergcore: Remove Adapter.Register/UnregisterAgent methods
2012-12-17 Johan Hedbergcore: Remove adapter->agent
2012-12-17 Johan Hedbergcore: Remove unneeded use of adapter_get_agent
2012-12-17 Johan Hedbergcore: Use agent_get to get an agent for device and...
2012-12-17 Johan Hedbergcore: Look up correct IO capability with Device.Pair
2012-12-17 Johan Hedbergcore: Add agent_get function
2012-12-17 Johan Hedbergcore: Use existing agent struct for new AgentManager1...
2012-12-17 Johan Hedbergcore: Add reference counting for agent objects
2012-12-17 Marcel Holtmannemulator: Add support for custom HCI command handling
2012-12-16 Marcel Holtmannunit: Add test case for D-Bus client connect/disconnect...
2012-12-16 Frédéric Danisattrib-server: Read/write CCC info from new storage
2012-12-16 Frédéric Danisdevice: Add btd_device_get_storage_path()
2012-12-16 Frédéric Danisadapter: Convert ccc file
2012-12-16 Frédéric Danisdevice: Store services in device's attributes file
2012-12-16 Frédéric Danisdevice : Add EndGroupHandle key in attributes storage
2012-12-16 Luiz Augusto... test: Update map-client to use D-Bus properties interface
2012-12-16 Luiz Augusto... obex-client: Port transfer code to use D-Bus properties...
2012-12-16 Luiz Augusto... obex-client: Port session code to use D-Bus properties...
2012-12-16 Luiz Augusto... obex-client: Port MAP module to use D-Bus properties...
2012-12-16 Lucas De Marchicore: Remove unused emit_array_property_changed function
2012-12-16 Lucas De Marchicore: Fix leftover signal for UUIDs property
2012-12-16 Marcel Holtmanngdbus: Fix race condition with creating duplicate clien...
2012-12-16 Marcel Holtmanngdbus: Fix issue with unref of client while parsing...
2012-12-15 Marcel Holtmannemulator: Add support for setting Bluetooth device...
2012-12-15 Marcel Holtmanngdbus: Fix issue with unref of client in connect handler
2012-12-15 Marcel Holtmannbuild: Only compile actually selected binaries
2012-12-15 Marcel Holtmannclient: Add support for removing a device/pairing
2012-12-15 Marcel Holtmannclient: Add support for triggering pairing
2012-12-15 Marcel Holtmanncore: Remove support for device pair method parameters
2012-12-15 Marcel Holtmanndoc: Remove parameters for device pairing method
2012-12-15 Marcel Holtmannclient: Fix memory leak from readline input callback
2012-12-15 Marcel Holtmannclient: Print warning if leaking a proxy object
2012-12-15 Marcel Holtmannclient: Reset default controller and device list on...
2012-12-15 Marcel Holtmanncore: Use timeout with high priority for watchdog keep...
2012-12-15 Marcel Holtmannbuild: Limit GATT example plugin to maintainer mode
2012-12-15 Johan Hedbergcore: Fix adapter name setting when powered off
2012-12-15 Marcel Holtmannclient: Handle device list when switching controllers
2012-12-15 Marcel Holtmannclient: Add support for tracking remote devices
2012-12-15 Marcel Holtmannclient: Handle printing of properties with int16 type
2012-12-15 Marcel Holtmannclient: Handle printing of empty property iterators
2012-12-15 Marcel Holtmannclient: Add support for running discovery
2012-12-15 Marcel Holtmanncore: Add agent registration handling of agent manager
2012-12-15 Marcel Holtmannclient: Print message when agent gets released by manager
2012-12-15 Marcel Holtmannclient: Add support for registering agent handling
2012-12-15 Marcel Holtmannclient: Remove extra empty line
2012-12-15 Marcel Holtmanngdbus: Add support for D-Bus client method calls
2012-12-15 Marcel Holtmannclient: Use constants for agent path and interface...
2012-12-14 Marcel Holtmannclient: Add support for handling agent object registration
2012-12-14 Marcel Holtmannclient: Add helper function for checking default controller
2012-12-14 Marcel Holtmannclient: Use common header for display functions
2012-12-14 Marcel Holtmanncore: Add empty stubs for agent manager
2012-12-14 Marcel Holtmanncore: Remove extra empty line
2012-12-14 Marcel Holtmanndoc: Describe the new agent manager support
2012-12-14 Marcel Holtmannclient: Remove extra comma from the output
2012-12-14 Marcel Holtmannclient: Print controller details when property changes
2012-12-14 Marcel Holtmannclient: Ignore property changes from other objects
2012-12-14 Marcel Holtmannclient: Print any received signal
2012-12-14 Marcel Holtmannclient: Listen to property change notifications
2012-12-14 Marcel Holtmanngdbus: Add callback support for handling property changes
2012-12-14 Marcel Holtmanngdbus: Handle property changed signals and update property
2012-12-14 Marcel Holtmanngdbus: Set property changed filter match rule for each...
2012-12-14 Marcel Holtmanngdbus: Use a GPtrArray for the match rules
2012-12-14 Marcel Holtmannclient: Add support for setting controller pairable...
2012-12-14 Marcel Holtmannclient: Add support for setting controller discoverable...
2012-12-14 Marcel Holtmannclient: Use generic callback and parsing functions
2012-12-14 Marcel Holtmannclient: Add support for setting controller name
2012-12-14 Marcel Holtmannclient: Fix argument parsing for commands
2012-12-14 Marcel Holtmanntools: Add missing newlines to management utility
2012-12-14 Marcel Holtmannclient: Add support for setting controller power
2012-12-14 Marcel Holtmanngdbus: Add support for setting D-Bus client basic prope...
2012-12-14 Marcel Holtmanngdbus: Deep copy of variants also requires a signature
2012-12-14 Johan HedbergTODO: Mark libbluetooth installation item as done
2012-12-14 Johan Hedbergprofiles: Make use of btd_device_get_primary
2012-12-14 Johan Hedbergcore: Add btd_device_get_primary convenience function
2012-12-14 Johan Hedbergheartrate: Remove useless files
2012-12-14 Johan Hedbergscanparam: Remove left-over main.c file
2012-12-14 Johan Hedbergthermometer: Remove useless files
2012-12-14 Frédéric Danisdevice: Fix memory leak in load_att_info()
2012-12-14 Johan Hedbergtime: Use btd_profile_register return value in time_init
2012-12-14 Johan Hedbergdeviceinfo: Remove leftover main.c file
next