Is ACTION_CONNECTION_STATE_CHANGED broadcasted on changes to RFCOMM / SPP connections?
Or is it only broadcast on changes to the 'other profiles' (A2DP etc.)
I'm trying to avoid having to manage the state of an RFCOMM connection if it's state is already being managed by the BluetoothAdapter
Also, not that I would resort to it but, has anyone attempted to use the @hidden BluetoothStateChangeCallback interface in BluetoothAdapter?