site_archiver@lists.apple.com Delivered-To: bluetooth-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=aeiPsFq0apZvQUObeAe5KXS8nZLvnDm/4Homh3XdCd4=; b=FH9cC/tpy1R71UTeAgRRp5C2uCIZx7YvRXvM8TNXCac6f7juvb+fcFl/P3WYJEySaLyz7VvT7iKldb+J01x9Jf0n8vyjcWaR9qRELU1fBfjZ4rzfjEmTaErSiaO/20YgQHDqCsM5BBsyTrFyuY1+CbJuhDbtjcUxSiYRjmpbuRM= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jT17Qt6OBijTC/9YOjq3FohOFg/RyqP4OR6AZUDByTj4zwnXOL9sYOYm68ukk4ptL2Kt4EVSohQ0BTT5T01h5qyoJ5F5Xnx9lgdP+qEtLvOKMWC0nhde1qgQ7LeeSVeo2tOg2MX94fg25PzylVGT5XvDstMStdE08kZuPKq2ARE= Hi Boris, thank for ur help. I had not added the bluetooth framework to my project, now I am able to discover the devices. I have few more questions: How can I find out the information's of the Mac's inbuilt bluetooth device(like version, Bluetooth device name). I have to run the service pragmatically if it is not running on the Mac system. For that I have first check whether it is running or not. Please help me. Thanks Arun Kumar. On 11/26/07, b00mer@mail386.com <b00mer@mail386.com> wrote:
Arun,
Did you add IOBluetooth framework to your project? Also, I would advise to turn off Zerolink, so that you are notified of errors at build-time.
Regards, Boris
Hi All,
I am trying to write the code of project in which I can transfer the data to and fro. I am developing this code in carbon.
I write the following code to detect the bluetooth device and i got the ZeroLink: unknown symbol '_IOBluetoothDeviceInquiryCreateWithCallbackRefCon' Error
IOBluetoothDeviceInquiryRef inquiryRef; IOReturn err;
inquiryRef = IOBluetoothDeviceInquiryCreateWithCallbackRefCon(NULL);
err = IOBluetoothDeviceInquirySetDeviceFoundCallback(inquiryRef, inquiryDeviceFound);
err = IOBluetoothDeviceInquirySetCompleteCallback(inquiryRef, inquiryCompleteCallbackFunc);
err = IOBluetoothDeviceInquirySetUpdateNewDeviceNames( inquiryRef, false );
err = IOBluetoothDeviceInquiryStart(inquiryRef);
Please anyone here help me to find out what wrong i am doing in the aforementioned code.
Arun Kumar. _______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/bluetooth-dev/b00mer%40mail386.com
This email sent to b00mer@mail386.com
___________________________________________________________________________ Najhitrejši brezplačni klicni dostop :: Varno in zanesljivo po internetu Obiščite http://www.dialup386.com/
_______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/bluetooth-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com