summaryrefslogtreecommitdiff
path: root/src/agent.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-02agent: Remote not used variables from pincode_replySzymon Janc1-4/+0
2012-09-21agent: Simplify DBusConnection object handlingAndrzej Kaczmarek1-27/+17
2012-09-04agent: Add missing parameter to DisplayPasskeyJohan Hedberg1-1/+2
2012-09-03Add profile abstraction (replaces btd_device drivers)Johan Hedberg1-0/+1
2012-05-30agent: Fix segmentation faultPaulo Alcantara1-0/+5
2012-05-24agent: Remove redundant D-Bus error initilizationsSyam Sidhardhan1-5/+0
2012-04-13agent: Fix double D-Bus message unrefSyam Sidhardhan1-1/+0
2012-04-13agent: Free the agent request properlySyam Sidhardhan1-1/+1
2012-04-12agent: add DisplayPinCode methodScott James Remnant1-1/+111
2011-09-21Fix agent fall-back mechanismJohan Hedberg1-64/+3
2011-07-14Remove unneeded hcid.h header includeClaudio Takahasi1-1/+0
2011-06-08Add support of secure pin code in mgmt codeWaldemar Rymarkiewicz1-4/+7
2011-05-30Revert "Remove 16 byte limit for PIN codes returned by agents"Marcel Holtmann1-1/+1
2011-05-15Remove 16 byte limit for PIN codes returned by agentsDavid Herrmann1-1/+1
2011-01-29Add debug log for agent cancellationJohan Hedberg1-0/+3
2010-11-28Remove unused includesJohan Hedberg1-2/+0
2010-11-27Improve agent PIN length error logJohan Hedberg1-1/+1
2010-11-08Clean up hciops codeJohan Hedberg1-2/+0
2010-10-14Unref pending call in fallback scenario.Lukasz Rymanowski1-0/+1
2010-05-21Move debug() to DBG()Gustavo F. Padovan1-6/+6
2010-05-21Move logging.{c,h} to log.{c,h}Gustavo F. Padovan1-1/+1
2010-01-07Update Nokia copyrightsJohan Hedberg1-1/+1
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-11-11Remove the unnecessary agent_destroy functionJohan Hedberg1-12/+4
2009-09-06Fix agent destroy callback handling for errorsJohan Hedberg1-10/+10
2009-09-06Fix agent_authorize error returnJohan Hedberg1-1/+1
2009-04-11Add GDestroyNotify support to agent callbacksJohan Hedberg1-11/+23
2009-03-26Remove unused defineJohan Hedberg1-1/+0
2009-01-13Fix dbus_connection_ref/unref usageJohan Hedberg1-0/+1
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-12-04Remove unused variableMarcel Holtmann1-1/+1
2008-12-03Fix agent creation checksJohan Hedberg1-4/+0
2008-11-29g_dbus_send_message already takes care of calling dbus_message_set_no_replyJohan Hedberg1-4/+0
2008-10-24Use g_dbus_send_message instead of dbus_connection_sendJohan Hedberg1-6/+2
2008-10-17Fix fallouts due to GDBusWatchFunction changesMarcel Holtmann1-1/+1
2008-09-11Fix segfault on agent_is_busy.Luiz Augusto von Dentz1-1/+1
2008-09-11Fix problem that occurs when a device is removed but agent requests are not c...Luiz Augusto von Dentz1-0/+11
2008-09-09Cancels the pending request from agent side when receiving a NoReplyVinicius Costa Gomes1-0/+8
2008-09-08Redefining adapter_get_address to take bdaddr_t as parameter.Alok Barsode1-3/+2
2008-09-04Renaming struct adapter to struct btd_adapter.Alok Barsode1-4/+4
2008-09-03Adding adapter_get_agent.Alok Barsode1-6/+8
2008-09-01Removes the agent when the adapter is freed, if it wasn't already doneVinicius Costa Gomes1-0/+3
2008-08-28Storage cleanupClaudio Takahasi1-0/+1
2008-08-26Removed warningsClaudio Takahasi1-0/+2
2008-08-25Cleanup: unnecessary includesClaudio Takahasi1-4/+0
2008-08-05Implement agent fallback mechanism when receiving DBUS_ERROR_UNKNOWN_METHOD a...Luiz Augusto von Dentz1-138/+185
2008-07-29Move hcid to src directory and rename it to bluetoothdMarcel Holtmann1-0/+733