aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-06-13 12:44:20 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-06-13 12:44:20 +0000
commitb522e35965ab19206ab76f83026fb42f052a2d92 (patch)
treed564e8b97a2f2d96a16ab017e3898cfdc7e776d9 /Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h
parent637c7b01d0b54646e0d1a71f709a060362793e60 (diff)
downloadlufa-b522e35965ab19206ab76f83026fb42f052a2d92.tar.gz
lufa-b522e35965ab19206ab76f83026fb42f052a2d92.tar.bz2
lufa-b522e35965ab19206ab76f83026fb42f052a2d92.zip
Rename the incomplete Bluetooth Host demo's ServiceDiscoveryProtocol.c/.h files to SDP.c/.h. Fix compile errors in RFCOMM.c/.h.
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h')
-rw-r--r--Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h b/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h
index b0a78e686..cc3ae32ef 100644
--- a/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h
+++ b/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h
@@ -37,7 +37,7 @@
#define _SDPSERVICES_H_
/* Includes: */
- #include "ServiceDiscoveryProtocol.h"
+ #include "SDP.h"
/* Macros: */
/** Size of a full 128 bit UUID, in bytes. */