Re: sdpQueryComplete delegate method does not work
site_archiver@lists.apple.com Delivered-To: bluetooth-dev@lists.apple.com Thread-index: Acj988L4WurgK77L10SLaBcd6lPOPA== Thread-topic: sdpQueryComplete delegate method does not work User-agent: Microsoft-Entourage/12.11.0.080522
Hi,
I have an instance variable of type IOBluetoothDevice called "device". According to the documentation [1], the call [device performSDPQuery:self] should trigger a delegate method called - sdpQueryComplete:status: when the query is finished. The documentation [1] does not say of which type the parameter "status" is, so I just tried to implement this method: - sdpQueryComplete:(id)status { //do something } Unfortunately, the delegate method never gets called so I assume that there is something wrong with the method parameter or something like that. Any hints?
Where can I find more detailed documentation on that topic?
Thomas
The prototype is: - (void)sdpQueryComplete:(IOBluetoothDevice *)device status:(IOReturn)status Ralf _______________________________________________ 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)
-
Ralf Menssen