I am trying to find a way to establish which of my
[[EAAccessoryManager sharedAccessoryManager] connectedAccessories];
are connected via Bluetooth and which are connected via USB.
External accessory considers all devices connected using one of the above methods as "CONNECTED.
From what I've read in Apple's documentation
"The External Accessory framework enables your app to communicate with external hardware that is connected to an iOS-based device through the Apple Lightning or 30-pin connector, or wirelessly through Bluetooth"
(emphasis on OR)
Buuut... is there any way to differentiate between a wirelessly through Bluetooth connected device and a USB connected device using ExternalAccessory?