SFU-Embedded-Cosplay / Halo-Suit-BeagleBone

2 stars 0 forks source link

Move Bluetooth connection functionality into separate module #40

Closed Tyler-R closed 8 years ago

Tyler-R commented 8 years ago

This patch moves all of the socket communication for Bluetooth into a separate module from the Beagleblue module. The connections are now managed by a connection structure which is manipulated through the new Bluetooth module.

This should aid in further refactoring and decoupling of the Bluetooth module when adding TCP socket support.