summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-17heartrate: Always write measurement CCC on discoveryAndrzej Kaczmarek1-12/+14
2012-10-17doc: Update to match latest BlueZ 5 APIJohan Hedberg4-71/+11
2012-10-16adapter: Remove not used definesSzymon Janc1-4/+0
2012-10-16lib: Simplify str2ba functionSzymon Janc1-5/+2
2012-10-16mgmt: Remove not used members from controller_infoSzymon Janc1-10/+2
2012-10-16input: Remove not needed adapters list in managerSzymon Janc1-14/+1
2012-10-16network: Remove redundant struct network_peer membersSzymon Janc5-54/+43
2012-10-16audio: Remove path from struct audio_deviceSzymon Janc9-83/+102
2012-10-16mgmt: Make mgmt_update_powered return voidSzymon Janc1-4/+2
2012-10-16audio: Move btd_device unref after last use in device_freeSzymon Janc1-2/+2
2012-10-16device: Mark services as resolved also when loading from storageJohan Hedberg1-0/+5
2012-10-16control: Add Control.Disconnect methodLuiz Augusto von Dentz2-0/+35
2012-10-16control: Add Control.Connect APILuiz Augusto von Dentz2-0/+49
2012-10-16control: Add basic support for AVRCP 1.0 controllerLuiz Augusto von Dentz2-17/+68
2012-10-16AVRCP: Add proper role init procedureLuiz Augusto von Dentz1-10/+103
2012-10-16AVRCP: Fix handling TG PDUs as they were CT PDUsLuiz Augusto von Dentz1-24/+57
2012-10-16AVRCP: Fix reading wrong profile when acting as a controllerLuiz Augusto von Dentz1-1/+18
2012-10-16AVCTP: Add proper queueing for channelsLuiz Augusto von Dentz1-98/+245
2012-10-16AVCTP: Add proper prefix to AVC passthrough codesLuiz Augusto von Dentz3-25/+25
2012-10-16AVCTP: Wait confirmation to send button releaseLuiz Augusto von Dentz1-12/+46
2012-10-16AVCTP: Make use of allocate buffer to send dataLuiz Augusto von Dentz1-49/+34
2012-10-16AVRCP: Simplify state_changed callbackLuiz Augusto von Dentz1-38/+53
2012-10-16AVRCP: Fix crash on disconnectLuiz Augusto von Dentz4-99/+148
2012-10-16AVRCP: Register to AVCTP state changes without depending on playerLuiz Augusto von Dentz1-3/+3
2012-10-16AVCTP: Allocate memory to hold incoming/outgoing PDUsLuiz Augusto von Dentz1-9/+22
2012-10-16AVCTP: Simplify channel handlingLuiz Augusto von Dentz1-73/+82
2012-10-15adapter: Use g_slist_free_full for cleaning up discovery->foundJohan Hedberg1-3/+2
2012-10-15adapter: Use idle callbacks for forcing DevicesFound eventsJohan Hedberg1-3/+2
2012-10-15test: Add timeout option to simple-agentJohan Hedberg1-2/+15
2012-10-15device: Implement Device.CancelPairing methodJohan Hedberg1-0/+17
2012-10-15adapter: Remove legacy CancelDeviceCreation methodJohan Hedberg1-36/+0
2012-10-15test: Update simple-agent to support the new Device.Pair APIJohan Hedberg1-10/+9
2012-10-15TODO: Mark CreateDevice/CreatePairedDevice removal as doneJohan Hedberg1-1/+1
2012-10-15core: Add timer for removing temporary discovered device objectsJohan Hedberg2-2/+47
2012-10-15gdbus: Fix invalid memory access during interface removalJohan Hedberg1-6/+6
2012-10-15media: Fix leaking endpoint in case of failure to register SEPLuiz Augusto von Dentz1-1/+1
2012-10-13heartrate: Convert to DBus.PropertiesAndrzej Kaczmarek3-39/+46
2012-10-13heartrate: Remove unused measurement characteristic value handleAndrzej Kaczmarek1-3/+0
2012-10-13heartrate: Fix registration of notification handlerAndrzej Kaczmarek1-16/+8
2012-10-13input: Convert to DBus.PropertiesLucas De Marchi1-31/+13
2012-10-12test: Update test-discovery to match new APIJohan Hedberg1-63/+26
2012-10-12adapter: Add DevicesFound signalJohan Hedberg1-38/+155
2012-10-12gdbus: Add g_dbus_get_properties functionJohan Hedberg2-0/+21
2012-10-12doc: Update adapter and device D-Bus APIsJohan Hedberg2-65/+15
2012-10-12adapter: Remove out of range devices trackingJohan Hedberg1-44/+1
2012-10-12core: Create devices dynamically during discoveryJohan Hedberg5-439/+173
2012-10-12test: Update test-discovery to support the latest APIJohan Hedberg1-18/+89
2012-10-12adapter: Remove Create(Paired)Device methodsJohan Hedberg1-130/+0
2012-10-12device: Add device_name_known convenience functionJohan Hedberg2-0/+6
2012-10-12device: Add LegacyPairing and RSSI propertiesJohan Hedberg2-0/+69