summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-25doc: Add profile API documentationJohan Hedberg5-1/+161
2012-09-25audio: Fix attempting to create a device on driver .removeLuiz Augusto von Dentz1-2/+5
2012-09-25core: Monitor external profile processesJohan Hedberg1-1/+21
2012-09-25test: Add test-profile test scriptJohan Hedberg2-2/+53
2012-09-25core: Add cleanup function for external profilesJohan Hedberg3-0/+24
2012-09-25core: Add profile parameter to adapter and device probe functionsJohan Hedberg20-55/+101
2012-09-25core: Add external profile registration callbacksJohan Hedberg3-0/+139
2012-09-25core: Remove btd_get_profilesJohan Hedberg2-7/+0
2012-09-25core: Use btd_profile_foreach for device probingJohan Hedberg1-27/+35
2012-09-25input: Add Device.Connect supportJohan Hedberg4-48/+117
2012-09-25test: Add command for Device.Connect()Johan Hedberg1-0/+11
2012-09-25core: Add Device.Connect methodJohan Hedberg2-1/+90
2012-09-25core: Add error reporting to profile callbacksJohan Hedberg1-5/+5
2012-09-21wiimote: add Wii Balance Board detectionDavid Herrmann1-0/+1
2012-09-21media: Fix possible crash when endpoint exitLuiz Augusto von Dentz1-10/+6
2012-09-21network: Fix DBusMessage leaksJohan Hedberg1-3/+9
2012-09-21core: Fix Device.Disconnect() DBusMessage leakJohan Hedberg1-0/+1
2012-09-21service: Fix DBusMessage leakJohan Hedberg1-3/+2
2012-09-21dbusoob: Simplify DBusConnection object handlingAndrzej Kaczmarek1-8/+7
2012-09-21service: Simplify DBusConnection object handlingAndrzej Kaczmarek1-45/+29
2012-09-21thermometer: Simplify DBusConnection object handlingAndrzej Kaczmarek5-41/+14
2012-09-21sap: Simplify DBusConnection object handlingAndrzej Kaczmarek6-64/+13
2012-09-21network: Simplify DBusConnection object handlingAndrzej Kaczmarek7-79/+35
2012-09-21input: Simplify DBusConnection object handlingAndrzej Kaczmarek5-35/+20
2012-09-21health: Simplify DBusConnection object handlingAndrzej Kaczmarek7-123/+91
2012-09-21audio: Simplify DBusConnection object handlingAndrzej Kaczmarek22-281/+194
2012-09-21attrib: Simplify DBusConnection object handlingAndrzej Kaczmarek3-28/+20
2012-09-21adapter: Simplify DBusConnection object handlingAndrzej Kaczmarek6-88/+68
2012-09-21device: Simplify DBusConnection object handlingAndrzej Kaczmarek4-119/+93
2012-09-21agent: Simplify DBusConnection object handlingAndrzej Kaczmarek3-34/+17
2012-09-21manager: Simplify DBusConnection object handlingAndrzej Kaczmarek3-24/+22
2012-09-21dbus-common: Remove conn parameter from emit_array_property_changedAndrzej Kaczmarek5-13/+11
2012-09-21dbus-common: Remove conn parameter from emit_property_changedAndrzej Kaczmarek19-125/+118
2012-09-21core: Make D-Bus connection valid for entire bluetoothd lifetimeAndrzej Kaczmarek1-6/+8
2012-09-21Rename get_dbus_connection to btd_get_dbus_connectionAndrzej Kaczmarek10-33/+36
2012-09-21mgmt: Add wrapper for Set LEAndrzej Kaczmarek1-1/+7
2012-09-21mgmt: Add wrapper for Set SSPAndrzej Kaczmarek1-1/+7
2012-09-20core: Use adapter connect list for LE connectionsJoão Paulo Rechi Vita3-35/+13
2012-09-20core: Control connections based on adapter stateClaudio Takahasi1-9/+14
2012-09-20hog: Fix segfault when discovering descriptorsJoão Paulo Rechi Vita1-1/+1
2012-09-20gatttool: Fix Characteristic descriptor discoveryClaudio Takahasi1-9/+13
2012-09-17cups: Free D-Bus errorSyam Sidhardhan1-2/+7
2012-09-17gstavdtpsink: Free the D-Bus error on reply failureSyam Sidhardhan1-5/+10
2012-09-17adapter: Remove dead code from adapter_emit_device_found()Syam Sidhardhan1-2/+1
2012-09-17device: Remove dead code from get_properties()Syam Sidhardhan1-2/+1
2012-09-17media: Fix infinite loop due to release_endpoint()Mikel Astiz1-2/+2
2012-09-17media: Extend media API with optional acquireMikel Astiz2-0/+15
2012-09-17media: Automatically release transport when HUPMikel Astiz1-1/+10
2012-09-14media: Expose transport state in D-BusMikel Astiz2-0/+37
2012-09-14media: Split transport state based on playing flagMikel Astiz1-11/+57