Return-Path: Subject: Re: [Bluez-users] HCI connection_handle From: Marcel Holtmann To: BlueZ Mailing List In-Reply-To: <2de46576041127045238dc2264@mail.gmail.com> References: <2de46576041127045238dc2264@mail.gmail.com> Content-Type: text/plain Message-Id: <1101585529.27074.18.camel@pegasus> Mime-Version: 1.0 Sender: bluez-users-admin@lists.sourceforge.net Errors-To: bluez-users-admin@lists.sourceforge.net Reply-To: bluez-users@lists.sourceforge.net List-Unsubscribe: , List-Id: BlueZ users List-Post: List-Help: List-Subscribe: , List-Archive: Date: Sat, 27 Nov 2004 20:58:49 +0100 Hi Manjunath, > I am trying to use the "hcitool cmd" options and i have to pass the > connection_handle as a command parameter. > root:]#hcitool con > < ACL 00:0B:0D:31:D1:BA handle 7 state 1 lm MASTER > > Assuming the connection_handle to be 7, i tried to read the rssi value > > root:]#hcitool cmd 0x05 0x0005 0x0007 > I get the following > > < HCI Command: ogf 0x05, ocf 0x0005, plen 1 > 07 > > HCI Event: 0x0e plen 4 > 01 05 14 12 > > This means there is some error as i have got 12 instead of 00...... > > Can you tell me what the problem is?? the problem is that you should read the HCI specification if you wanna play with the "hcitool cmd ..." call. The handle is a 16 bit value. And btw error code 0x12 means invalid parameters. However the RSSI can be read with "hcitool rssi ..." and this code also does the handle lookup for you. > 2) I tried using the test mode commands and I am simulatameously > running the hcidump, which prints a unknown command type. I am just > presuming that the commands might be working alright , only that > hcidump doesn't decipher the test commands. Am i right?? What version of hcidump do you use? Show the undecoded output to us. > 3) I was also trying to understand the hcitool.c code , can you tell > me where the functions "hci_for_each_device" and the like defined? Actually you can do this by yourself. Look at the bluez-libs and bluez-utils source code. Maybe using grep is a good idea ;) Regards Marcel ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users