aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-06-23 07:17:47 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-06-23 07:17:47 +0000
commit2eff731ecfbcfec4f3152992e5ae5602a3694424 (patch)
treee730c05882a027ce2cbed2ac57fa05b888e6946c /Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.h
parent559af022041942be21d7cabd398639f4d6db52ea (diff)
downloadlufa-2eff731ecfbcfec4f3152992e5ae5602a3694424.tar.gz
lufa-2eff731ecfbcfec4f3152992e5ae5602a3694424.tar.bz2
lufa-2eff731ecfbcfec4f3152992e5ae5602a3694424.zip
Add TEST RFCOMM command handler. Remove the RFCOMM channel UseUIFrame element, as the Bluetooth adaptions to RFCOMM only allow UIH frames to be used.
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.h')
-rw-r--r--Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.h b/Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.h
index 78e9b54e2..d37c068d9 100644
--- a/Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.h
+++ b/Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.h
@@ -85,7 +85,6 @@
uint8_t DLCI;
uint8_t State;
uint8_t Priority;
- bool UseUIFrames;
uint16_t MTU;
uint8_t StatusFlags;
uint8_t Signals;