projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add Bluetooth signalling echo request/response handlers, disconnection request/respon...
[pub/lufa.git]
/
Demos
/
Host
/
Incomplete
/
BluetoothHost
/
Lib
/
BluetoothStack.h
diff --git
a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
index
b3ac684
..
1cc0d92
100644
(file)
--- a/
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
+++ b/
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
@@
-39,15
+39,15
@@
#include "BluetoothACLPackets.h"
\r
\r
/* Macros: */
\r
#include "BluetoothACLPackets.h"
\r
\r
/* Macros: */
\r
- #define BLUETOOTH_DATA_IN_PIPE 1
\r
- #define BLUETOOTH_DATA_OUT_PIPE 2
\r
- #define BLUETOOTH_EVENTS_PIPE 3
\r
+ #define BLUETOOTH_DATA_IN_PIPE
1
\r
+ #define BLUETOOTH_DATA_OUT_PIPE
2
\r
+ #define BLUETOOTH_EVENTS_PIPE
3
\r
\r
#define BLUETOOTH_MAX_OPEN_CHANNELS 2
\r
#define BLUETOOTH_CHANNELNUMBER_BASEOFFSET 0x0040
\r
\r
\r
#define BLUETOOTH_MAX_OPEN_CHANNELS 2
\r
#define BLUETOOTH_CHANNELNUMBER_BASEOFFSET 0x0040
\r
\r
- #define CHANNEL_
LOOKUP_BY_SOURCE true
\r
- #define CHANNEL_
LOOKUP_BY_DESTINATION false
\r
+ #define CHANNEL_
PSM_SERVICEDISCOVERY 0x0001
\r
+ #define CHANNEL_
PSM_RFCOMM 0x0003
\r
\r
/* Enums: */
\r
enum Bluetooth_Channel_State_t
\r
\r
/* Enums: */
\r
enum Bluetooth_Channel_State_t
\r