As described in coding style M10 --- src/agent.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/agent.c b/src/agent.c index 97daf71..73b2fdd 100644 --- a/src/agent.c +++ b/src/agent.c @@ -242,6 +242,10 @@ void agent_unref(struct agent *agent) passkey_cb = agent->request->cb; passkey_cb(agent, &err, 0, agent->request->user_data); break; + case AGENT_REQUEST_CONFIRMATION: + case AGENT_REQUEST_AUTHORIZATION: + case AGENT_REQUEST_AUTHORIZE_SERVICE: + case AGENT_REQUEST_DISPLAY_PINCODE: default: cb = agent->request->cb; cb(agent, &err, agent->request->user_data); -- 1.9.1 -- 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