projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move out RFCOMM channel structure init code to a seperate routine, to save on compile...
[pub/USBasp.git]
/
Demos
/
Host
/
Incomplete
/
BluetoothHost
/
Lib
/
RFCOMMControl.h
diff --git
a/Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.h
b/Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.h
index
7928d94
..
a5e3fbe
100644
(file)
--- a/
Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.h
+++ b/
Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.h
@@
-59,6
+59,7
@@
#define RFCOMM_CONFIG_REMOTESIGNALS (1 << 0)
\r
#define RFCOMM_CONFIG_LOCALSIGNALS (1 << 1)
\r
#define RFCOMM_CONFIG_LOCALSIGNALSSENT (1 << 2)
\r
+ #define RFCOMM_CONFIG_ABMMODESET (1 << 3)
\r
\r
/* Enums: */
\r
enum RFCOMM_Control_Commands_t
\r