summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-26core: Do not call the callback on btd_cancel_authorizationHEADmasterLuiz Augusto von Dentz1-1/+4
2012-10-26core: Fix memory leakLuiz Augusto von Dentz1-0/+2
2012-10-26AVRCP: Add support for settings changed eventLuiz Augusto von Dentz3-2/+88
2012-10-26AVCTP: Reduce verbosity of PDU parsingLuiz Augusto von Dentz1-23/+0
2012-10-26AVRCP: Fix not adding session to player's list of sessionsLuiz Augusto von Dentz1-1/+7
2012-10-26AVRCP: Don't respond with errors when no player is registeredLuiz Augusto von Dentz1-33/+85
2012-10-26AVRCP: Fix using void * for metadata valuesLuiz Augusto von Dentz3-80/+42
2012-10-26control: Fix Control.Disconnect not generating any replyLuiz Augusto von Dentz1-18/+2
2012-10-26network: Remove unnecessary field from connect_reqMikel Astiz1-6/+1
2012-10-25systemd: prevent duplicate logging messages in journalMarti Raudsepp1-0/+1
2012-10-25network: Add missing btd_device reference countingJohan Hedberg1-1/+4
2012-10-25input: Add profile .disconnectMikel Astiz1-0/+1
2012-10-25input: Expose internal disconnection APIMikel Astiz2-0/+22
2012-10-25input: Trivial function renameMikel Astiz1-2/+2
2012-10-25network: Add network .connect and .disconnectMikel Astiz1-0/+99
2012-10-25network: Split Network into three btd_profileMikel Astiz1-19/+86
2012-10-25network: Expose internal connection APIMikel Astiz2-48/+108
2012-10-25network: Trivial function renameMikel Astiz1-6/+6
2012-10-25network: Specify id while registering serverMikel Astiz3-9/+8
2012-10-25event: Remove write of LastSeen infoFrédéric Danis1-13/+0
2012-10-25adapter: Move storage names to cache directoryFrédéric Danis2-6/+99
2012-10-25TODO: Add entry to remove storage convertion functionFrédéric Danis1-0/+6
2012-10-25adapter: Move saved config to ini-file formatFrédéric Danis1-38/+168
2012-10-25adapter: Read mode in storage at initFrédéric Danis5-51/+45
2012-10-25adapter: Read discoverable timeout in storage at initFrédéric Danis1-12/+7
2012-10-25adapter: Read pairable timeout in storage at initFrédéric Danis1-11/+10
2012-10-25adapter: Move pairable read to load_config()Frédéric Danis1-4/+4
2012-10-25adapter: Remove device class storageFrédéric Danis3-15/+7
2012-10-25adaptername: Retrieve config name from adapterFrédéric Danis1-2/+4
2012-10-25adapter: Read name in storage at initFrédéric Danis1-0/+13
2012-10-25doc: Add settings storage documentationFrédéric Danis1-0/+183
2012-10-23doc: Fix typo in media APIMichael Knudsen1-1/+1
2012-10-22doc: Add missing info of peripheral setting to mgmt APIJohan Hedberg1-0/+5
2012-10-22mgmt: Remove LE prefix from the peripheral settingJohan Hedberg3-3/+3
2012-10-22mgmt: Add support for LE peripheral modeJohan Hedberg5-7/+45
2012-10-22btmgmt: Add basic EIR parsingJohan Hedberg2-3/+15
2012-10-22core: Remove unnecessary include from glib-helper.cJohan Hedberg1-1/+0
2012-10-19sap: Fix connected property fetching when not connectedJohan Hedberg1-2/+6
2012-10-19attrib: Fix memory leak if att_data_list_alloc failsLudek Finstrle1-3/+9
2012-10-19doc: Update Health to BlueZ 5Lucas De Marchi1-100/+98
2012-10-19health: Convert HealthDevice to DBus.PropertiesLucas De Marchi1-30/+26
2012-10-19health: Convert HealthChannel to DBus.PropertiesLucas De Marchi1-32/+36
2012-10-19sap: Convert to DBus.PropertiesLucas De Marchi2-52/+18
2012-10-19sap: Fix usage of wrong struct in get_properties()Lucas De Marchi1-1/+2
2012-10-19input: Fix not sending PropertiesChanged signalLucas De Marchi1-9/+4
2012-10-19core: Update gdbus function callsLucas De Marchi2-94/+69
2012-10-19gdbus: Remove connection from pending_property functionsLucas De Marchi2-20/+17
2012-10-18adapter: Fix memory leak on discovery cleanupAnderson Lizardo1-2/+2
2012-10-17test: List only specified adapter's devices in list-devicesJohan Hedberg1-0/+2
2012-10-17device: Fix modifying list while iteratingMikel Astiz1-2/+2