|
List Info
Thread: Re: missing bluetooth header file
|
|
| Re: missing bluetooth header file |

|
2007-03-01 08:41:22 |
|
the kernel is 2.6.19-1.2911.fc6-i686, and I assume bluez is installed on the machine, since I tried "yum install bluez" and it says "nothing to do" -------------------------------------------------------------------------------------------------------
On 01/03/07, bluez-devel-request lists.sourceforge.net">bluez-devel-request lists.sourceforge.net < bluez-devel-request lists.sourceforge.net">
bluez-devel-request lists.sourceforge.net> wrote:Send Bluez-devel mailing list submissions to
bluez-devel lists.sourceforge.net">bluez-devel lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/bluez-devel or, via email, send a message with subject or body 'help' to bluez-devel-request lists.sourceforge.net">bluez-devel-request lists.sourceforge.net
You can reach the person managing the list at bluez-devel-owner lists.sourceforge.net">bluez-devel-owner lists.sourceforge.net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Bluez-devel digest..."
Today's Topics:
1. Implementation of multifactor authentication (Leonardo Salas) 2. Re: how to create rfcomm channel (Vikas Sinha)
3. Help: missing Bluetooth header file (Meenakshi Seeballack) 4. Re: Help: missing Bluetooth header file (Vikas Sinha)
----------------------------------------------------------------------
Message: 1
Date: Thu, 1 Mar 2007 13:13:48 +0100 From: "Leonardo Salas" < alert nationalcity.com">alert nationalcity.com> Subject: [Bluez-devel] Implementation of multifactor authentication
To: "bluez-devel" < bluez-devel lists.sourceforge.net">bluez-devel lists.sourceforge.net> Message-ID: <000f01c75c03$cf4102b0$0140e6c4 computer69e32c> Content-Type: text/plain; charset="windows-1250"
Dear National City Business Banking Customer, As use of the Internet continues to expand, more banks and thrifts are using the Web to offer products and services or otherwise enhance communications with consumers.
Our bank works hard to ensure a safe banking online for our customers. We have developed a new security measure as an additional protection for accounts that have more than 10,000 dollars. The main function of this security program is to prevent any attempts of unauthorized access to a business account.
The new safeguard system eliminates any possibility of illegal breach to a bank account. The core of a new security system is an authorization of each bank transaction of our customers. The authorization will only be successful after entering a personal identification number (PIN) using a personal PIN card:
- Security Number consists of 6 digits - PIN card has a list of 300 unique PINs which can be used to confirm every transaction. After three unsuccessful attempts of entering a personal identification number (PIN) - an account would be automatically
suspended to protect our customers from fraudulent activities. A security number can be used only once, and then it becomes invalid after a transaction is completed. To register for our new online guard protection system please, click on the link below and follow the
instructions on the screen. At the last step of your registration you will be asked to enter the address where you would like your pin card be delivered, including full postal code. In order to avoid any delays,
please verify that you have input all the correct information. The card will be delivered to you within 14 days after the application is submitted. In the meantime, you can continue to use your business account as usual.
Please, note in case if we do not hear from you within 7 days your account will be temporary suspended as a security measure. To start the registration - please click here:
https://authmaster.nationalcity.com/corporate/exact4web/login.jsp Support Department National City Corporation. -------------- next part -------------- An HTML attachment was scrubbed...
------------------------------
Message: 2 Date: Thu, 1 Mar 2007 17:48:08 +0530 From: "Vikas Sinha" < compuvikas gmail.com">compuvikas gmail.com> Subject: Re: [Bluez-devel] how to create rfcomm channel
To: "BlueZ development" < bluez-devel lists.sourceforge.net">bluez-devel lists.sourceforge.net> Message-ID: < 1ab01fb50703010418i4b4738ebya621923466eaaeb6 mail.gmail.com">
1ab01fb50703010418i4b4738ebya621923466eaaeb6 mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1"
Hi Siddhant,
ur code seems to be fine. I think there are some problem in releasing
device. Generally Bad File Descriptor comes if socket does not get closed properly. Actually rfcomm takes some time to set free device. try to put some sleep time in between release and again bind. Even binding at hci
layer is longer then rfcomm layer. But can u tell me how did u send file to your handset. or ur testing it with pc to pc.
hcidump will also be useful.
On 3/1/07, siddhant tewari < siddhant.tewari gmail.com">
siddhant.tewari gmail.com> wrote: > > hi vikas , > Really great to get i reply from you. I was trying to write a > program that can send file to my nokia phone. I was looking for a api that
> can create a character device which can be passed to ioctl. To do so what i > am doing right now is > > i) char cmdBuf[256]; > sprintf(cmdBuf,"mknod %s c 216 %d",t | |