Help me in Bluetooth programming!
Help me in Bluetooth programming!
- Subject: Help me in Bluetooth programming!
- From: "Arun Kumar" <email@hidden>
- Date: Mon, 26 Nov 2007 16:39:09 +0530
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden