summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2014-01-09sixaxis: Don't mark USB plugged device as trustedSzymon Janc1-1/+0
2013-12-13sixaxis: Fix device detectionBastien Nocera1-2/+2
2013-12-03sixaxis: Add support for setting LEDs when connected over USBSzymon Janc1-9/+14
2013-12-03sixaxis: Skip controller setup if already connected over BluetoothSzymon Janc1-0/+6
2013-12-03sixaxis: Add support for setting PS3 controller LEDsSzymon Janc1-2/+139
2013-11-27plugins/sixaxis: Use explicit include pathsJohan Hedberg1-5/+5
2013-11-27plugins/sixaxis: Add support for configuring new controllersSzymon Janc1-1/+178
2013-11-27plugins/sixaxis: Add initial code for udev handlingSzymon Janc1-0/+63
2013-11-27plugins: Add initial code for sixaxis pluginSzymon Janc1-0/+46
2013-11-27Rename adapter_get_address to btd_adapter_get_addressSzymon Janc2-2/+2
2013-11-27Rename device_device_set_name to btd_device_device_set_nameSzymon Janc1-1/+1
2013-11-27Rename adapter_get_device to btd_adapter_get_deviceSzymon Janc1-2/+4
2013-11-19autopair: Add special handling for printersBastien Nocera1-0/+8
2013-10-18wiimote: add new documented device IDsDavid Herrmann1-5/+7
2013-09-23adapter: Handle removing of SDP recordsSzymon Janc1-1/+1
2013-09-09neard: Make use of g_dbus_send_message_with_replyLuiz Augusto von Dentz1-1/+1
2013-07-30attrib: Rename GATT_OPT_CHR_UUID into GATT_OPT_CHR_UUID16Dirk-Jan C. Binnema1-1/+1
2013-07-12plugins/policy: Limit the number of retries to sink profileLuiz Augusto von Dentz1-1/+7
2013-07-12plugins/policy: Limit the number of retries to source profileLuiz Augusto von Dentz1-1/+7
2013-07-12audio/sink: Move stream retry logic to policy pluginLuiz Augusto von Dentz1-2/+49
2013-07-12audio/source: Move stream retry logic to policy pluginLuiz Augusto von Dentz1-2/+50
2013-07-12plugins/policy: Reword audio policy code in a simple pluginLuiz Augusto von Dentz1-0/+330
2013-06-13core: Avoid unnecessary gboolean on pincode callback APIAnderson Lizardo2-5/+6
2013-06-13plugins: Use open()/read() instead of fopen()/fread() on autopairAnderson Lizardo1-7/+15
2013-05-10autopair: Clean up coding styleJohan Hedberg1-8/+12
2013-05-10autopair: Try a fixed pincode for keyboards rejecting random codesAlex Deymo1-1/+16
2013-05-10autopair: Add the autopair pluginAlex Deymo1-0/+150
2013-05-10plugins: Extend the pin code callback with the call numberAlex Deymo1-1/+6
2013-05-08neard: Fix reading local OOB data when adapter is not poweredSzymon Janc1-1/+4
2013-05-08neard: Fix checking for unknown carrier power stateSzymon Janc1-0/+3
2013-05-01plugins: Get rid of gintLucas De Marchi1-1/+1
2013-04-29core: Fix storing info for private addressed devicesJohan Hedberg1-2/+1
2013-02-15neard: Use more appropriate log levels than info()Johan Hedberg1-2/+2
2013-02-15neard: Add fallback to legacy register if register failedSzymon Janc1-9/+28
2013-02-15neard: Updated neard handover registration agent API callsRavi kumar Veeramally1-0/+9
2013-02-15neard: Update copyright informationSzymon Janc1-1/+1
2013-02-15neard: Use bool instead of gboolean for agent_register_postponeSzymon Janc1-4/+4
2013-02-15neard: Restrict method calls only to neard processSzymon Janc1-0/+12
2013-02-15neard: Use service name and not boolean to track if registered to neardSzymon Janc1-9/+14
2013-02-15hostname: Fallback to static hostname if pretty hostname is not setSzymon Janc1-10/+44
2013-02-15hostname: Fix setting adapter name to empty stringSzymon Janc1-0/+6
2013-02-15neard: Add support for setting power state in RequestOOB replySzymon Janc1-0/+15
2013-02-15neard: Check if adapter is powered in PushOOBSzymon Janc1-0/+3
2013-02-15neard: Move pairable check from check_adapterSzymon Janc1-3/+12
2013-02-15neard: Add ability to parse 'State' fieldSzymon Janc1-33/+92
2013-02-15neard: Refactor message processingSzymon Janc1-151/+157
2013-02-15neard: Adjust errors to latest API changesSzymon Janc1-19/+6
2013-01-29neard: Fix memory leak on registering as agentSzymon Janc1-0/+3
2013-01-29neard: Fix passing negative error code to strerrorSzymon Janc1-1/+1
2013-01-25neard: Update to new adapter_get_device APIJohan Hedberg1-2/+2