summaryrefslogtreecommitdiff
path: root/lib/bluetooth-agent.c
Commit message (Expand)AuthorAgeFilesLines
* agent: Avoid agent re-registration warningBastien Nocera2021-12-151-1/+1
* agent: Add debug when unregistering an agentBastien Nocera2021-12-151-1/+3
* lib: Simplify config.h inclusionBastien Nocera2021-11-191-4/+0
* agent: Rename "display" function to match BlueZ agent nameBastien Nocera2021-03-231-9/+9
* agent: Fix possible hang when switching Settings panelsBastien Nocera2021-02-191-25/+12
* agent: Fix user_data for DisplayPincode callbackBastien Nocera2021-02-191-1/+1
* lib: Add guards to bluetooth_agent_register()Bastien Nocera2021-02-171-0/+2
* lib: Namespace BluetoothAgent errors correctlyBastien Nocera2021-02-171-3/+3
* lib: Simplify BluetoothAgent object declarationBastien Nocera2021-02-171-167/+106
* lib: Use g_clear_* to simplify some codeBastien Nocera2021-02-171-10/+4
* lib: Use g_auto to free short-lived stringBastien Nocera2021-02-171-2/+1
* lib: Use g_autoptr to free GErrorBastien Nocera2021-02-171-11/+5
* lib: Use g_autoptr to free short-lived GDBusProxy objectsBastien Nocera2021-02-171-21/+7
* lib: Fix agent registration when bluetoothd comes and goesBastien Nocera2017-11-241-23/+38
* lib: Use GDBusConnection rather than for_bus variantsBastien Nocera2017-11-241-15/+18
* lib: Ignore "org.bluez.Error.DoesNotExist" error when unregisteringBastien Nocera2017-11-241-1/+19
* lib: Fix agent re-registration by removing duplicate registrationBenjamin Berg2017-11-231-33/+69
* lib: Remove unneeded includeBastien Nocera2017-11-141-1/+0
* bluetooth-agent: Better debug message when agent setup failsBastien Nocera2015-07-071-1/+1
* lib: Fix signature of org.bluez.Agent1.DisplayPasskey methodJian-Ding Chen2015-04-071-4/+4
* bluetooth-agent: Fix some minor leaksJasper St. Pierre2014-09-301-5/+4
* bluetooth-agent: Eliminate some frees by taking a direct referenceJasper St. Pierre2014-09-301-21/+18
* lib: Add DisplayPinCode supportBastien Nocera2013-11-251-0/+49
* agent: Port agent code to BlueZ 5Gustavo Padovan2013-05-301-150/+149
* lib: return early in BluetoothAgent in case of errorsGiovanni Campagna2012-09-061-0/+2
* Fix memory leak when registering the agentSjoerd Simons2012-07-021-2/+5
* lib: make initial checks similar when registering/unregister agentDaniele Forsi2012-04-251-5/+7
* lib: check if an adapter is present before trying to register the agentDaniele Forsi2012-04-251-0/+3
* lib: Update BluetoothAgent registration codeBastien Nocera2011-10-121-4/+38
* lib: Remove useless debugBastien Nocera2011-10-121-44/+0
* lib: Use g_bus_watch_name() to monitor BlueZ ownerBastien Nocera2011-09-281-19/+42
* lib: Another sanity check when registering the agentBastien Nocera2011-09-281-1/+3
* lib: Simplify instantiationBastien Nocera2011-09-281-8/+3
* lib: Add assertion for XML parsingBastien Nocera2011-09-281-0/+1
* lib: Add node name for agent introspectionBastien Nocera2011-09-281-1/+1
* lib: Print errors when object failed to registerBastien Nocera2011-09-281-3/+15
* lib: Add stub for ConfirmMode methodBastien Nocera2011-09-281-0/+5
* lib: Fix BluetoothAgent busname for wizard use caseBastien Nocera2011-09-281-9/+1
* lib: Keep D-Bus connection opened in BluetoothAgentBastien Nocera2011-09-281-14/+21
* lib: Fix BluetoothAgent warnings in wizardBastien Nocera2011-09-271-6/+8
* lib: Port BluetoothAgent to GDBusBastien Nocera2011-09-271-219/+195
* lib: Simplify agent finalizationBastien Nocera2010-10-271-14/+7
* Fix compilation warning for last commitBastien Nocera2010-08-031-6/+6
* Add guards to BluetoothAgent functionsBastien Nocera2010-08-031-6/+38
* Fix memory leaks when using dbus_g_method_get_sender()Bastien Nocera2009-12-141-16/+48
* BugĀ 595593 - Make sure pairing agents only bind to default adapterBastien Nocera2009-09-201-5/+9
* Move AgentError to the shared BluetoothAgentBastien Nocera2009-06-131-0/+27
* Rename common/ dir to lib/Bastien Nocera2009-06-081-0/+530