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=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=0rN8R0dY6BMmCITVBsgaN0H8Ef/YICcXZW+6gfAnQn0=; b=PDE0cqdhHYl32C1EfhhC8EIaUinrkoUnoNwLDRs6O1MPfZ+ep2Xl/W4MdOUTh31RsJvOuPB9AvPmmm/6wThKnCf+wgfNZ8S+1vxABpYGQDyeb7a5FDxP4aD++fk4aVklHnB73MOwXNmefB7rrK34liqjStrb47UuIIn4Z50CCVM= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=Tl3UFAGHX1w3Z5hE+RanA9pOBGEOQeROaf7YENX883ou1pg1yCkFPbVw/H5ZXmAvgb813II6zoSGuzZzwj/3YWuwxM+kbyLUKkVUTyCHk9IDrIKSk8ttg1mIDF0lNWu63mCUJbtkXuYqG5glvsFsNRvKKnKs0BapOswIhRvWidM= Rehi all, I've run into some problems with IOBluetoothDeviceInquiry on Leopard. In an attempt to find the nearby bluetooth devices I do the following: IOBluetoothDeviceInquiry *inquire = [[IOBluetoothDeviceInquiry alloc] init]; [inquire start]; And about 15 seconds later, I look at [inquire foundDevices] which keeps returning an empty array... no matter how long I wait. (In actual fact, I do that within Python through the new bridging support since calling start within Objective-C seems to never return...). Now, I am new to Obj-C and OS X app development, so it's most likely to be a newbie error and I apologise in advance. Many thanks for your time and help. -- love, tav founder and ceo, esp metanational llp plex:espians/tav | tav@espians.com | +44 (0) 7809 569 369 _______________________________________________ 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