Re: Help me in Bluetooth programming!
site_archiver@lists.apple.com Delivered-To: bluetooth-dev@lists.apple.com User-agent: www.mail386.com 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
participants (1)
-
b00mer@mail386.com