I am attempting to connect to my desktop computer with the CC2560 Bluetooth chip with RFCOMM and send bi-directional traffic. To do so, I began with the SPP Bluetopia example.
I am having trouble establishing the connection. At first this was because the example does not appear to support SDP requests, so I am now explicitly connecting to RFCOMM port 1. This eventually throws a timeout exception on the desktop, and gives the following output from the device:
Bluetooth Stack ID 1
1 Link Keys Stored
Local BD_ADDR: 0xb8fffeaf31ab
HCI Version : 4.0
Connectable : Yes
Discoverable : Yes
Pairable : Yes
SSP Enabled : Yes
Execute Scheduler
GAP_LinkKeyRequest
Located Link Key at Index 0
Is there a better starting point? Do you have advice on how to establish a simple bidirectional SPP/RFCOMM link here?
- Eric
PS: It is odd to be on this side of the forum...