sdpQueryComplete delegate method does not work
sdpQueryComplete delegate method does not work
- Subject: sdpQueryComplete delegate method does not work
- From: Thomas Winkler <email@hidden>
- Date: Thu, 14 Aug 2008 11:42:40 +0200
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
[1] http://developer.apple.com/documentation/DeviceDrivers/Reference/IOBluetooth/IOBluetoothDevice/Classes/IOBluetoothDevice/index.html
_______________________________________________
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