summaryrefslogtreecommitdiff
path: root/src/agent.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-12-13 22:00:40 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-13 22:13:47 +0200
commitc3b00f7ebb12afcb8fccfafd4fe32031357969b6 (patch)
tree158cfdc4976f4b60bb07cc4ee817a1fd0c4347cb /src/agent.h
parentda29958e9439d900c67ca0947e3e71d7be6b3515 (diff)
downloadbluez-c3b00f7ebb12afcb8fccfafd4fe32031357969b6.tar.gz
core: Remove ConfirmModeChange method
This method was only used by RequestSession which is now removed.
Diffstat (limited to 'src/agent.h')
-rw-r--r--src/agent.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/agent.h b/src/agent.h
index 2b011b7a9..395731743 100644
--- a/src/agent.h
+++ b/src/agent.h
@@ -49,10 +49,6 @@ int agent_request_pincode(struct agent *agent, struct btd_device *device,
agent_pincode_cb cb, gboolean secure,
void *user_data, GDestroyNotify destroy);
-int agent_confirm_mode_change(struct agent *agent, const char *new_mode,
- agent_cb cb, void *user_data,
- GDestroyNotify destroy);
-
int agent_request_passkey(struct agent *agent, struct btd_device *device,
agent_passkey_cb cb, void *user_data,
GDestroyNotify destroy);