Add start of RFCOMM service layer to the incomplete BluetoothHost demo.
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 3 Jun 2010 03:58:57 +0000 (03:58 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 3 Jun 2010 03:58:57 +0000 (03:58 +0000)
commit008e0e2e0a13e64e03f27f1c9a008ef201560878
tree53e4c17848b5a295484c00d5df6864956bfc7e0a
parent5144ea76f646cd9f649de16e3d67dfead2d3c2bf
Add start of RFCOMM service layer to the incomplete BluetoothHost demo.

Reduce the size of the attribute search list from 15 ranges to 8 to save RAM.
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.h
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c [new file with mode: 0644]
Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.h [new file with mode: 0644]
Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.c
Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.c
Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.h
Demos/Host/Incomplete/BluetoothHost/makefile
LUFA.pnproj
Projects/AVRISP-MKII/AVRISP.c