I have the following question. Today I connect to external devices using EAAccessoryManager
to identify paired bluetooth devices on the iPad and EASession
to establish a session with the device. I would like to know if there is something similar to EASession
in Core Foundation
, because the implementation I need to perform for a legacy C system.