Move out RFCOMM channel structure init code to a seperate routine, to save on compile...
authorDean Camera <dean@fourwalledcubicle.com>
Fri, 2 Jul 2010 03:06:16 +0000 (03:06 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Fri, 2 Jul 2010 03:06:16 +0000 (03:06 +0000)
commit31a34154dbbc20adc523eb08678977d218ae8135
tree613bc0069075d8a365a07f60159f2d784c387e1d
parentfbabecee66b93596acc6f99a92be4a9dd3a750ce
Move out RFCOMM channel structure init code to a seperate routine, to save on compiled code space and to prevent copy-paste errors.
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c
Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.h
Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.c
Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.h