projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bluetooth demo can now create and maintain logical channels - need to determine why...
[pub/USBasp.git]
/
Demos
/
Host
/
Incomplete
/
BluetoothHost
/
Lib
/
BluetoothACLPackets.h
diff --git
a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h
b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h
index
d9d07cc
..
1edbfa6
100644
(file)
--- a/
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h
+++ b/
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h
@@
-73,6
+73,8
@@
\r
#define BT_CONFIG_OPTION_MTU 1
\r
\r
\r
#define BT_CONFIG_OPTION_MTU 1
\r
\r
+ #define BT_ACL_FIRST_AUTOFLUSH (1 << 13)
\r
+
\r
/* Type Defines: */
\r
typedef struct
\r
{
\r
/* Type Defines: */
\r
typedef struct
\r
{
\r
@@
-145,8
+147,8
@@
\r
typedef struct
\r
{
\r
\r
typedef struct
\r
{
\r
- uint8_t
Type;
\r
- uint
16
_t Length;
\r
+ uint8_t Type;
\r
+ uint
8
_t Length;
\r
} BT_Config_Option_Header_t;
\r
\r
/* Function Prototypes: */
\r
} BT_Config_Option_Header_t;
\r
\r
/* Function Prototypes: */
\r
@@
-164,6
+166,9
@@
static inline void Bluetooth_Signal_ConfigurationReq(BT_ACL_Header_t* ACLPacketHeader,
\r
BT_DataPacket_Header_t* DataHeader,
\r
BT_Signal_Header_t* SignalCommandHeader);
\r
static inline void Bluetooth_Signal_ConfigurationReq(BT_ACL_Header_t* ACLPacketHeader,
\r
BT_DataPacket_Header_t* DataHeader,
\r
BT_Signal_Header_t* SignalCommandHeader);
\r
+ static inline void Bluetooth_Signal_ConfigurationResp(BT_ACL_Header_t* ACLPacketHeader,
\r
+ BT_DataPacket_Header_t* DataHeader,
\r
+ BT_Signal_Header_t* SignalCommandHeader);
\r
static inline void Bluetooth_Signal_DisconnectionReq(BT_ACL_Header_t* ACLPacketHeader,
\r
BT_DataPacket_Header_t* DataHeader,
\r
BT_Signal_Header_t* SignalCommandHeader);
\r
static inline void Bluetooth_Signal_DisconnectionReq(BT_ACL_Header_t* ACLPacketHeader,
\r
BT_DataPacket_Header_t* DataHeader,
\r
BT_Signal_Header_t* SignalCommandHeader);
\r