Re: sdpQueryComplete delegate method does not work
Re: sdpQueryComplete delegate method does not work
- Subject: Re: sdpQueryComplete delegate method does not work
- From: Ralf Menssen <email@hidden>
- Date: Thu, 14 Aug 2008 11:54:37 +0200
- Thread-topic: sdpQueryComplete delegate method does not work
> 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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden