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:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=dSrjz6SC4Oo2Avd7j1f4k8YHcS4ct17niT6qw8P8nmw=; b=eO319pKPRUE5jIqtOYSuRuItM6oRylm3eXT8Sh1wHu6MdWZTnrakhevGlOXBtN3BkO O46cUWC9L2b3KnoEy0Vuqma9G604kA4jelPgOv3ax+0LzSYbR/pd+iTQwyftBa5s8R+5 j5JCF9kVlmfMj3FceKHWmcwWw8SQbeXkMhLqk= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=EfxyuBxBumkLbQFV/s4hyBanR22E2ytL6JPFnNh8rCrDsiBgGeAraCtIFzrIxLPxW8 wq7TEE2E523YwSejh9P74VH1Sq/7KPr7RJJxPiLJ3FZ35zJeliaKJyqLdIyR0ilEcwfD J6KwXxv36Y5l5TEH2ri0VemtlNTzCNtSpM0lE= Hi, Where can I find more detailed documentation on that topic? Thomas [1] http://developer.apple.com/documentation/DeviceDrivers/Reference/IOBluetooth... _______________________________________________ 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... 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? This email sent to site_archiver@lists.apple.com