summaryrefslogtreecommitdiff
path: root/profiles
AgeCommit message (Expand)AuthorFilesLines
2012-09-25core: Add profile parameter to adapter and device probe functionsJohan Hedberg16-33/+63
2012-09-25input: Add Device.Connect supportJohan Hedberg4-48/+117
2012-09-21network: Fix DBusMessage leaksJohan Hedberg1-3/+9
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-21adapter: Simplify DBusConnection object handlingAndrzej Kaczmarek1-2/+1
2012-09-21dbus-common: Remove conn parameter from emit_property_changedAndrzej Kaczmarek8-38/+37
2012-09-21Rename get_dbus_connection to btd_get_dbus_connectionAndrzej Kaczmarek4-10/+13
2012-09-20hog: Fix segfault when discovering descriptorsJoão Paulo Rechi Vita1-1/+1
2012-09-17cups: Free D-Bus errorSyam Sidhardhan1-2/+7
2012-09-11input: Remove unnecessary struct input_connJohan Hedberg1-227/+139
2012-09-11input: Remove fakhid functionalityJohan Hedberg5-899/+12
2012-09-11core: Move profile code into profile.{c,h}Johan Hedberg10-0/+10
2012-09-10network: Fix minor whitespace issueJohan Hedberg1-1/+1
2012-09-07fakehid: Add support for Logitech Harmony Adapter for PS3David Dillow1-0/+10
2012-09-07fakehid: Disconnect from PS3 remote after 10 minsBastien Nocera2-0/+34
2012-09-07input: Add helper function to request disconnectBastien Nocera2-0/+9
2012-09-07fakehid: Use the same constant as declaredBastien Nocera1-1/+1
2012-09-06gatt: Fix reading Service Changed CCCAndrzej Kaczmarek1-1/+1
2012-09-05sap: Fix compilation errors due to unaligned memory accessSzymon Janc1-6/+3
2012-09-04input: Use bt_uuid_strcmp where is makes senseJohan Hedberg1-2/+1
2012-09-03thermometer: Fix indentationAndrzej Kaczmarek1-1/+1
2012-09-03network: Fix bnep setup failure handle bugChan-yeol Park1-1/+3
2012-09-03core: replace NULL by dbus invalid argumentsChan-yeol Park2-3/+3
2012-09-03proximity: Remove unnecessary check for GATT enabledAndrzej Kaczmarek1-5/+0
2012-09-03proximity: Simplify DBusConnection object usageAndrzej Kaczmarek10-68/+29
2012-09-03proximity: Remove unused definitionsAndrzej Kaczmarek2-4/+0
2012-09-03proximity: Change adapter driver function namesAndrzej Kaczmarek3-6/+6
2012-09-03Add profile abstraction (replaces btd_device drivers)Johan Hedberg25-202/+156
2012-08-28Update code base to use the new BtIO APIJohan Hedberg8-31/+25
2012-08-26Fix trivial coding style issues on pointer declarations and castingAnderson Lizardo1-3/+3
2012-08-26input: Add Nordic Semiconductor copyrightClaudio Takahasi3-0/+3
2012-08-26input: Fix signedness issue on POSIX error code usageAnderson Lizardo2-2/+2
2012-08-24network: Fix warning when removing connection timeout handlerLuiz Augusto von Dentz1-2/+4
2012-08-24network: Remove sessions from server on DBus call UnregisterTomasz Bursztyka1-0/+2
2012-08-24network: Kill underlying session's connection before freeing itTomasz Bursztyka1-0/+2
2012-08-24network: Release session's interface from bridge when unregisteringTomasz Bursztyka1-3/+21
2012-08-24network: Add helper function to remove an interface from a bridgeTomasz Bursztyka2-0/+30
2012-08-24network: Keep track of session's interface name in serverTomasz Bursztyka1-0/+3
2012-08-23gatt: GAP and GATT services are mandatoryClaudio Takahasi1-2/+7
2012-08-20att: Replace ATT magic numberClaudio Takahasi3-3/+3
2012-08-20gatt: Add MTU exchange procedureClaudio Takahasi1-0/+36
2012-08-20gatt: Primary service interval may not changeClaudio Takahasi1-2/+2
2012-08-20gatt: Start Discover Services when handle changesClaudio Takahasi1-0/+18
2012-08-20gatt: Confirm the indication receivedClaudio Takahasi1-1/+8
2012-08-20gatt: Enable indication for Service ChangedClaudio Takahasi1-0/+23
2012-08-20gatt: Add Service Changed CCC discoveryClaudio Takahasi1-5/+102