I'm working on an android application using my phone's bluetooth and a bluetooth board that has an RS232 interface and supports the RFCOMM profile.
I have the RFCOMM connection working fine, but I cannot find a way through the android API to access the RTS and CTS signals, which are part of the RFCOMM profile and also exposed on my BT board.
Can anyone tell me how to read/write RTS/CTS from an android device?
A similar question was asked here: Bluetooth control signals (DTR, DSR, RTS, CTS) on Android but never answered.