I have a Bluetooth device that is Apple compatible.

Now, I'm trying to get the MAC address of that device within an app. Is it possible to get the MAC address of a Bluetooth device with the help of Apples "External Accessory framework"?

I heard that it's not possible to get the MAC address the normal way, but I don't understand the "External Accessory framework" good enough to decide if it's possible with this framework or not.

link|improve this question

0% accept rate
You should really up your accept rate, ie - marking answers that others have provided to you. – Luke Mar 13 at 16:43
feedback

1 Answer

The short answer is no, you can't do that.

The reason is because all that the External Accessory framework does is setup input and output data streams with the device. If you want to acquire the MAC address from the hardware, the hardware has to provide that information through whatever communication mechanism they have created for their devices and there related iOS software.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.