aboutsummaryrefslogtreecommitdiff
path: root/src/agent.c
AgeCommit message (Expand)Author
2011-05-25Add new Agent API : RequestPairingConsent.Jaikumar Ganesh
2011-05-15Remove 16 byte limit for PIN codes returned by agentsDavid Herrmann
2011-01-29Add debug log for agent cancellationJohan Hedberg
2010-11-28Remove unused includesJohan Hedberg
2010-11-27Improve agent PIN length error logJohan Hedberg
2010-11-08Clean up hciops codeJohan Hedberg
2010-10-14Unref pending call in fallback scenario.Lukasz Rymanowski
2010-05-21Move debug() to DBG()Gustavo F. Padovan
2010-05-21Move logging.{c,h} to log.{c,h}Gustavo F. Padovan
2010-01-07Update Nokia copyrightsJohan Hedberg
2010-01-01Update copyright informationMarcel Holtmann
2009-11-11Remove the unnecessary agent_destroy functionJohan Hedberg
2009-09-06Fix agent destroy callback handling for errorsJohan Hedberg
2009-09-06Fix agent_authorize error returnJohan Hedberg
2009-04-11Add GDestroyNotify support to agent callbacksJohan Hedberg
2009-03-26Remove unused defineJohan Hedberg
2009-01-13Fix dbus_connection_ref/unref usageJohan Hedberg
2009-01-01Update copyright informationMarcel Holtmann
2008-12-04Remove unused variableMarcel Holtmann
2008-12-03Fix agent creation checksJohan Hedberg
2008-11-29g_dbus_send_message already takes care of calling dbus_message_set_no_replyJohan Hedberg
2008-10-24Use g_dbus_send_message instead of dbus_connection_sendJohan Hedberg
2008-10-17Fix fallouts due to GDBusWatchFunction changesMarcel Holtmann
2008-09-11Fix segfault on agent_is_busy.Luiz Augusto von Dentz
2008-09-11Fix problem that occurs when a device is removed but agent requests are not c...Luiz Augusto von Dentz
2008-09-09Cancels the pending request from agent side when receiving a NoReplyVinicius Costa Gomes
2008-09-08Redefining adapter_get_address to take bdaddr_t as parameter.Alok Barsode
2008-09-04Renaming struct adapter to struct btd_adapter.Alok Barsode
2008-09-03Adding adapter_get_agent.Alok Barsode
2008-09-01Removes the agent when the adapter is freed, if it wasn't already doneVinicius Costa Gomes
2008-08-28Storage cleanupClaudio Takahasi
2008-08-26Removed warningsClaudio Takahasi
2008-08-25Cleanup: unnecessary includesClaudio Takahasi
2008-08-05Implement agent fallback mechanism when receiving DBUS_ERROR_UNKNOWN_METHOD a...Luiz Augusto von Dentz
2008-07-29Move hcid to src directory and rename it to bluetoothdMarcel Holtmann