I'm develop iphone app, what need connect to bluetooth device and handle disconnection of device.
I'm tryied to use ExternalAccessory framework, but it don't show any device (in settings I have paired A2DP device), on apple site I see " Specifically, you must include the UISupportedExternalAccessoryProtocols key to declare the specific hardware protocols your application supports.", I think problem in this, but I don't know what is protocol strings for A2DP example.
Few questions:
- have any idea how make what I want via other tech (GameKit or Bonjour example);
- somebody maybe know standart protocol strings for A2DP like devices.
Thanks.