Help me in Bluetooth programming!
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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=eRO6sZnW7hUNRWLEs6I66hpFptALhLFkgao4KTPcR6E=; b=dH05gFZr/KhmnT6aFau67/b9RKK343bSjN8poBdSACsdrui+J7bIZLeav1T5qgET3/M9UNS7l+QmsBWOvfhlZSv+2mLzgX2nfvnlct07T4aldb1Sc6rrO38Yu5mKiUcsG8TJiVy0qNNYDTHsYcBZ0zxr07KHblcSEzc6oaglfCk= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=kieTL+clo0SAPp4LrurukJmsBjdp7ilmbI//8aesjEbAGqdhq4mPm8RN7Rqd+Eh/0buKCwk/RrsDhap2x2VSOWodcutyVeAMFKosGgG9tgc4mqOXl82QC0BY+qwI8p6MnpHqu5eFLa1D1Nvo2NGQK0AnzAhtXBDktr6UC40b0eI= 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/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Arun Kumar