Return-Path: MIME-Version: 1.0 Date: Mon, 30 Nov 2009 11:56:44 +0530 Message-ID: <912bb79a0911292226o1c42baeemb2a8596fce465e65@mail.gmail.com> Subject: Problem in understanding of agent From: nirav rabara To: linux-bluetooth@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi, I am newbie to bluetooth, I have gone through agent.c and simple-agent but not getting clear idea, how agent works?? Because In my application i m using Qt , I am poor at GTK+ , glib and pthython. But what I understood is Agent will contain all the function defined in agent.api, and when PIN requrest comes this api will serve the request for this we need to create agent and register agent. I am using qt binding, can anybody show me the right direction to implement agent?? Your suggestion would be a great help for me