I need to create software to connect a Bluetooth device (I can use BLE). I tried sample code that connects to iPhones successfully. But in this example, one iPhone sends data (Peripheral) and other receive the data (Central), while I need to connect the device to send and receive data. I research for several BLE devices and I didn't find anything about how and if the device can do both operations (send and receive).
I also need to know if I can use the same Bluetooth device to connect with iPhone and Android phones, too (I heard about dual mode, or something like that).
So, my questions are:
Can I have a Bluetooth device that can send and receive data to/from an iPhone? If yes, what I need (hardware and software[something more then Xcode?])?
How do I program a Bluetooth device to use Apple protocols? Do I need a dev kit or something special for Apple?
Can I have a Bluetooth device that can be connected by an iPhone and Android (not necessarily at the same time)? Does this require special consideration?
Thank you all!
