summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* plugins: Use full include path for header filesMarcel Holtmann2014-01-256-29/+29
* plugins/neard: Use correct service UUID free functionJohan Hedberg2014-01-211-1/+2
* neard: Refactor request_oob functionSzymon Janc2014-01-181-23/+20
* neard: Set device UUIDs from EIRSzymon Janc2014-01-181-1/+2
* sixaxis: Don't mark USB plugged device as trustedSzymon Janc2014-01-091-1/+0
* sixaxis: Fix device detectionBastien Nocera2013-12-131-2/+2
* sixaxis: Add support for setting LEDs when connected over USBSzymon Janc2013-12-031-9/+14
* sixaxis: Skip controller setup if already connected over BluetoothSzymon Janc2013-12-031-0/+6
* sixaxis: Add support for setting PS3 controller LEDsSzymon Janc2013-12-031-2/+139
* plugins/sixaxis: Use explicit include pathsJohan Hedberg2013-11-271-5/+5
* plugins/sixaxis: Add support for configuring new controllersSzymon Janc2013-11-271-1/+178
* plugins/sixaxis: Add initial code for udev handlingSzymon Janc2013-11-271-0/+63
* plugins: Add initial code for sixaxis pluginSzymon Janc2013-11-271-0/+46
* Rename adapter_get_address to btd_adapter_get_addressSzymon Janc2013-11-272-2/+2
* Rename device_device_set_name to btd_device_device_set_nameSzymon Janc2013-11-271-1/+1
* Rename adapter_get_device to btd_adapter_get_deviceSzymon Janc2013-11-271-2/+4
* autopair: Add special handling for printersBastien Nocera2013-11-191-0/+8
* wiimote: add new documented device IDsDavid Herrmann2013-10-181-5/+7
* adapter: Handle removing of SDP recordsSzymon Janc2013-09-231-1/+1
* neard: Make use of g_dbus_send_message_with_replyLuiz Augusto von Dentz2013-09-091-1/+1
* attrib: Rename GATT_OPT_CHR_UUID into GATT_OPT_CHR_UUID16Dirk-Jan C. Binnema2013-07-301-1/+1
* plugins/policy: Limit the number of retries to sink profileLuiz Augusto von Dentz2013-07-121-1/+7
* plugins/policy: Limit the number of retries to source profileLuiz Augusto von Dentz2013-07-121-1/+7
* audio/sink: Move stream retry logic to policy pluginLuiz Augusto von Dentz2013-07-121-2/+49
* audio/source: Move stream retry logic to policy pluginLuiz Augusto von Dentz2013-07-121-2/+50
* plugins/policy: Reword audio policy code in a simple pluginLuiz Augusto von Dentz2013-07-121-0/+330
* core: Avoid unnecessary gboolean on pincode callback APIAnderson Lizardo2013-06-132-5/+6
* plugins: Use open()/read() instead of fopen()/fread() on autopairAnderson Lizardo2013-06-131-7/+15
* autopair: Clean up coding styleJohan Hedberg2013-05-101-8/+12
* autopair: Try a fixed pincode for keyboards rejecting random codesAlex Deymo2013-05-101-1/+16
* autopair: Add the autopair pluginAlex Deymo2013-05-101-0/+150
* plugins: Extend the pin code callback with the call numberAlex Deymo2013-05-101-1/+6
* neard: Fix reading local OOB data when adapter is not poweredSzymon Janc2013-05-081-1/+4
* neard: Fix checking for unknown carrier power stateSzymon Janc2013-05-081-0/+3
* plugins: Get rid of gintLucas De Marchi2013-05-011-1/+1
* core: Fix storing info for private addressed devicesJohan Hedberg2013-04-291-2/+1
* neard: Use more appropriate log levels than info()Johan Hedberg2013-02-151-2/+2
* neard: Add fallback to legacy register if register failedSzymon Janc2013-02-151-9/+28
* neard: Updated neard handover registration agent API callsRavi kumar Veeramally2013-02-151-0/+9
* neard: Update copyright informationSzymon Janc2013-02-151-1/+1
* neard: Use bool instead of gboolean for agent_register_postponeSzymon Janc2013-02-151-4/+4
* neard: Restrict method calls only to neard processSzymon Janc2013-02-151-0/+12
* neard: Use service name and not boolean to track if registered to neardSzymon Janc2013-02-151-9/+14
* hostname: Fallback to static hostname if pretty hostname is not setSzymon Janc2013-02-151-10/+44
* hostname: Fix setting adapter name to empty stringSzymon Janc2013-02-151-0/+6
* neard: Add support for setting power state in RequestOOB replySzymon Janc2013-02-151-0/+15
* neard: Check if adapter is powered in PushOOBSzymon Janc2013-02-151-0/+3
* neard: Move pairable check from check_adapterSzymon Janc2013-02-151-3/+12
* neard: Add ability to parse 'State' fieldSzymon Janc2013-02-151-33/+92
* neard: Refactor message processingSzymon Janc2013-02-151-151/+157