This method will be called when bluetoothd requires user consent for performing re-bond operation. --- doc/agent-api.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/agent-api.txt b/doc/agent-api.txt index 801ccb6..16328d7 100644 --- a/doc/agent-api.txt +++ b/doc/agent-api.txt @@ -176,6 +176,14 @@ Methods void Release() Possible errors: org.bluez.Error.Rejected org.bluez.Error.Canceled + void RebondConsent(object device) + + This method gets called when service daemon needs to + authorize rebonding of remote device that lost bond + (replied with 'Pin or Key missing' error). + + Possible errors: org.bluez.Error.Rejected + void Cancel() This method gets called to indicate that the agent -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html