I have a MFi keyboard. It is already paired to the iPhone via bluetooth.

I want to programmatically get the name of the paired keyboard. I searched some forums and they say it's possible to do that...

But how do we get the name using "External Accessory"?

A sample code would help me a lot.

Thanks

link|improve this question

68% accept rate
The MFi program is not available to the general public -- most of us simply don't have access to the information we'd need to help you. – duskwuff Oct 17 '11 at 8:18
then how do i proceed? – Pallavi Oct 17 '11 at 10:12
feedback

1 Answer

Initialize your EAAccessory object and then call the property name on your accessory object

NSLog(@"%@",connectedAccessory.name);
link|improve this answer
thanks. I didn't get any response then so i had dropped the plan, but i'll try and check it again. – Pallavi Dec 6 '11 at 12:16
feedback

Your Answer

 
or
required, but never shown

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