Dean Camera
|
2b0e86243f
|
Add a new RFCOMM_ChannelOpened() callback event for when logical RFCOMM channels are opened in the BluetoothHost demo. Make the demo echo back sent characters to the remote device.
|
2010-07-08 08:48:52 +00:00 |
Dean Camera
|
c37fd0ef91
|
Add a new RFCOMM service callback for when new data has been received on a valid RFCOMM channel.
|
2010-07-08 08:05:14 +00:00 |
Dean Camera
|
70983caea5
|
Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/.h set of files for clarity in the Incomplete BluetoothHost demo. Add a new stack callback for opened ACL channels, make the demo save the RFCOMM channel when opened so that it does not have to search for it on each iteration of the main program loop.
|
2010-07-08 07:44:07 +00:00 |