Part Number: CC2564C
Hello,
I'm using cc2564C with STM32F401 MCU to build a project that has BT 3.0 (HID profile)and BLE(custom profile) features. I followed the demo code HIDDemo + SPPLEDemo, it works fine with my iPhone.
Auto reconnection is working well in BT3.0 by calling "ConnectRemoteHIDHost" in HID Demo, as I know normally Central device scans and connects the peripheral device for reconnection, but is it possible to do it in SPPLEDemo for issuing the connection action from the peripheral device (cc2564c) to iPhone if iPhone as a Central device just like calling "ConnectRemoteHIDHost" in HID Demo?
Thanks,
Kevin